Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 709ac7b

Browse files
committed
merge heads
2 parents 274f5fa + 28edfee commit 709ac7b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Misc/NEWS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ What's New in Python 3.2.1?
1010
Core and Builtins
1111
-----------------
1212

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+
1317
- Issue #11450: Don't truncate hg version info in Py_GetBuildInfo() when
1418
there are many tags (e.g. when using mq). Patch by Nadeem Vawda.
1519

0 commit comments

Comments
 (0)