[Python-checkins] r73826 - python/trunk/Misc/NEWS
gregory.p.smith
python-checkins at python.org
Sat Jul 4 03:55:11 CEST 2009
Author: gregory.p.smith
Date: Sat Jul 4 03:55:11 2009
New Revision: 73826
Log:
news entry for r73825
Modified:
python/trunk/Misc/NEWS
Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS (original)
+++ python/trunk/Misc/NEWS Sat Jul 4 03:55:11 2009
@@ -347,6 +347,9 @@
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
More information about the Python-checkins
mailing list