[Python-checkins] peps: PEP 433: typo

victor.stinner python-checkins at python.org
Thu Feb 14 02:13:25 CET 2013


http://hg.python.org/peps/rev/162f244394d7
changeset:   4737:162f244394d7
user:        Victor Stinner <victor.stinner at gmail.com>
date:        Thu Feb 14 02:12:36 2013 +0100
summary:
  PEP 433: typo

files:
  pep-0433.txt |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/pep-0433.txt b/pep-0433.txt
--- a/pep-0433.txt
+++ b/pep-0433.txt
@@ -38,7 +38,7 @@
 close-on-exec flag is cleared and if ``CreateProcess()`` is called with
 the *bInheritHandles* parameter set to ``TRUE`` (when
 ``subprocess.Popen`` is created with ``close_fds=False`` for example).
-Windows does now have "close-on-exec" flag but an inheritance flag which
+Windows does not have "close-on-exec" flag but an inheritance flag which
 is just the opposite value. For example, setting close-on-exec flag
 means clearing the ``HANDLE_FLAG_INHERIT`` flag of an handle.
 

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


More information about the Python-checkins mailing list