diff options
author | Gregory P. Smith <greg@krypto.org> | 2011-03-15 20:02:10 (GMT) |
---|---|---|
committer | Gregory P. Smith <greg@krypto.org> | 2011-03-15 20:02:10 (GMT) |
commit | 28edfeedb5fc4fc64190cfcc0d32494a8a84c4cb (patch) | |
tree | 4f1e76e7f2697f23d2887986e60355b0059f65c7 /Misc | |
parent | cdc4f963cc6196d0b00985f6d5d980fab25c5a98 (diff) | |
download | cpython-28edfeedb5fc4fc64190cfcc0d32494a8a84c4cb.zip cpython-28edfeedb5fc4fc64190cfcc0d32494a8a84c4cb.tar.gz cpython-28edfeedb5fc4fc64190cfcc0d32494a8a84c4cb.tar.bz2 |
issue 11432 news entry.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -10,6 +10,10 @@ What's New in Python 3.2.1? 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. |