]> granicus.if.org Git - python/commitdiff
news entry for r73825
authorGregory P. Smith <greg@mad-scientist.com>
Sat, 4 Jul 2009 01:55:11 +0000 (01:55 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Sat, 4 Jul 2009 01:55:11 +0000 (01:55 +0000)
Misc/NEWS

index ef08ffbf4ea5bf89b7c352275ff6f6bee055fb2f..232eb4c1397c676f8ff4b1b800dad0d04f5c477d 100644 (file)
--- 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