diff options
author | Benjamin Peterson <benjamin@python.org> | 2011-03-15 20:08:34 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2011-03-15 20:08:34 (GMT) |
commit | 709ac7b0a21690d804ac454e106015026e1eaffc (patch) | |
tree | da38686eb53e3379280e796b143ea0b6c86c6712 | |
parent | 274f5fa5010994ba9ddca6181b16ae751df17976 (diff) | |
parent | 28edfeedb5fc4fc64190cfcc0d32494a8a84c4cb (diff) | |
download | cpython-709ac7b0a21690d804ac454e106015026e1eaffc.zip cpython-709ac7b0a21690d804ac454e106015026e1eaffc.tar.gz cpython-709ac7b0a21690d804ac454e106015026e1eaffc.tar.bz2 |
merge heads
-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. |