mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
issue 11432 news entry.
This commit is contained in:
parent
cdc4f963cc
commit
28edfeedb5
1 changed files with 4 additions and 0 deletions
|
@ -10,6 +10,10 @@ What's New in Python 3.2.1?
|
||||||
Core and Builtins
|
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
|
- 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.
|
there are many tags (e.g. when using mq). Patch by Nadeem Vawda.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue