[Python-checkins] cpython (merge 3.2 -> 3.2): merge heads

benjamin.peterson python-checkins at python.org
Tue Mar 15 21:08:59 CET 2011


http://hg.python.org/cpython/rev/ccea53bd4f88
changeset:   68542:ccea53bd4f88
branch:      3.2
parent:      68538:68acbf72290c
parent:      68533:82e010943c68
user:        Benjamin Peterson <benjamin at python.org>
date:        Tue Mar 15 15:08:34 2011 -0500
summary:
  merge heads

files:
  

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