[Python-checkins] cpython: Issue #22258: Fix typo in Misc/NEWS

victor.stinner python-checkins at python.org
Thu Sep 4 09:29:49 CEST 2014


http://hg.python.org/cpython/rev/9d5386a22e68
changeset:   92329:9d5386a22e68
user:        Victor Stinner <victor.stinner at gmail.com>
date:        Thu Sep 04 09:29:39 2014 +0200
summary:
  Issue #22258: Fix typo in Misc/NEWS

files:
  Misc/NEWS |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,7 +10,7 @@
 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``).

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list