[Python-checkins] cpython (merge 3.2 -> default): Misc/NEWS entry for issue 11432

gregory.p.smith python-checkins at python.org
Tue Mar 15 21:05:02 CET 2011


http://hg.python.org/cpython/rev/8d3bcf57977b
changeset:   68534:8d3bcf57977b
parent:      68528:fbdcc7437b34
parent:      68533:82e010943c68
user:        Gregory P. Smith <greg at krypto.org>
date:        Tue Mar 15 16:04:15 2011 -0400
summary:
  Misc/NEWS entry for issue 11432

files:
  Lib/test/test_subprocess.py
  Misc/NEWS

diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,10 @@
 
 - _ast.__version__ is now a Mercurial integer and hex revision.
 
+- Issue #11432: A bug was introduced in subprocess.Popen on posix systems with
+  3.2.0 where the stdout or stderr file descriptor being the same as the stdin
+  file descriptor would raise an exception. webbrowser.open would fail. fixed.
+
 - Issue #9856: Change object.__format__ with a non-empty format string
   to be a DeprecationWarning. In 3.2 it was a PendingDeprecationWarning.
   In 3.4 it will be a TypeError.

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


More information about the Python-checkins mailing list