Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 274f5fa + 28edfee commit 709ac7bCopy full SHA for 709ac7b
1 file changed
Misc/NEWS
@@ -10,6 +10,10 @@ What's New in Python 3.2.1?
10
Core and Builtins
11
-----------------
12
13
+- Issue #11432: A bug was introduced in subprocess.Popen on posix systems with
14
+ 3.2.0 where the stdout or stderr file descriptor being the same as the stdin
15
+ file descriptor would raise an exception. webbrowser.open would fail. fixed.
16
+
17
- Issue #11450: Don't truncate hg version info in Py_GetBuildInfo() when
18
there are many tags (e.g. when using mq). Patch by Nadeem Vawda.
19
0 commit comments