From: Gregory P. Smith Date: Sat, 4 Jul 2009 01:55:11 +0000 (+0000) Subject: news entry for r73825 X-Git-Tag: v2.7a1~836 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c197d0ada273a9f03fc7e213777a59bc3d11688f;p=thirdparty%2FPython%2Fcpython.git news entry for r73825 --- diff --git a/Misc/NEWS b/Misc/NEWS index ef08ffbf4ea5..232eb4c1397c 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -347,6 +347,9 @@ Core and Builtins Library ------- +- Issue #3392: The subprocess communicate() method no longer fails in select() + when file descriptors are large; communicate() now uses poll() when possible. + - Issue #6403: Fixed package path usage in build_ext. - Issues #5155, 5313, 5331: multiprocessing.Process._bootstrap was