[Python-checkins] cpython (3.2): issue 11432 news entry.

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


http://hg.python.org/cpython/rev/82e010943c68
changeset:   68533:82e010943c68
branch:      3.2
parent:      68529:ee5262466b9f
user:        Gregory P. Smith <greg at krypto.org>
date:        Tue Mar 15 16:02:10 2011 -0400
summary:
  issue 11432 news entry.

files:
  Misc/NEWS

diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,10 @@
 Core and Builtins
 -----------------
 
+- 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 #11450: Don't truncate hg version info in Py_GetBuildInfo() when
   there are many tags (e.g. when using mq).  Patch by Nadeem Vawda.
 

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


More information about the Python-checkins mailing list