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

Skip to content

Commit 28edfee

Browse files
committed
issue 11432 news entry.
1 parent cdc4f96 commit 28edfee

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)