summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGregory P. Smith <greg@mad-scientist.com>2009-07-04 01:55:11 (GMT)
committerGregory P. Smith <greg@mad-scientist.com>2009-07-04 01:55:11 (GMT)
commitc197d0ada273a9f03fc7e213777a59bc3d11688f (patch)
tree208e3007796eeef5ca74ba55a973e1172b2012f3
parentdd7ca24eb5c68ae72df13b8b987bff7b90235044 (diff)
downloadcpython-c197d0ada273a9f03fc7e213777a59bc3d11688f.zip
cpython-c197d0ada273a9f03fc7e213777a59bc3d11688f.tar.gz
cpython-c197d0ada273a9f03fc7e213777a59bc3d11688f.tar.bz2
news entry for r73825
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ef08ffb..232eb4c 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