[Python-checkins] r73919 - python/branches/py3k/Misc/NEWS
amaury.forgeotdarc
python-checkins at python.org
Fri Jul 10 01:07:52 CEST 2009
Author: amaury.forgeotdarc
Date: Fri Jul 10 01:07:52 2009
New Revision: 73919
Log:
NEWS entry for r73918.
Modified:
python/branches/py3k/Misc/NEWS
Modified: python/branches/py3k/Misc/NEWS
==============================================================================
--- python/branches/py3k/Misc/NEWS (original)
+++ python/branches/py3k/Misc/NEWS Fri Jul 10 01:07:52 2009
@@ -38,6 +38,9 @@
Library
-------
+- Issue #6323: The pdb debugger did not exit when running a script with a
+ syntax error.
+
- Issue #3392: The subprocess communicate() method no longer fails in select()
when file descriptors are large; communicate() now uses poll() when possible.
More information about the Python-checkins
mailing list