From: Gregory P. Smith Date: Tue, 15 Mar 2011 20:02:10 +0000 (-0400) Subject: issue 11432 news entry. X-Git-Tag: v3.2.1b1~290^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=28edfeedb5fc4fc64190cfcc0d32494a8a84c4cb;p=python issue 11432 news entry. --- diff --git a/Misc/NEWS b/Misc/NEWS index adc719bf2f..c110065035 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -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.