Commit 40a536be authored by INADA Naoki's avatar INADA Naoki Committed by GitHub

s/the the/the/ (GH-6287)

parent c0518cde
......@@ -463,7 +463,7 @@ Glossary
hash-based pyc
A bytecode cache file that uses the the hash rather than the last-modified
A bytecode cache file that uses the hash rather than the last-modified
time of the corresponding source file to determine its validity. See
:ref:`pyc-invalidation`.
......
......@@ -1389,7 +1389,7 @@ Release date: 2014-09-22
Core and Builtins
-----------------
- Issue #22258: Fix the the internal function set_inheritable() on Illumos.
- Issue #22258: Fix the internal function set_inheritable() on Illumos.
This platform exposes the function ``ioctl(FIOCLEX)``, but calling it fails
with errno is ENOTTY: "Inappropriate ioctl for device". set_inheritable()
now falls back to the slower ``fcntl()`` (``F_GETFD`` and then ``F_SETFD``).
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment