summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>2009-07-09 23:07:52 (GMT)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>2009-07-09 23:07:52 (GMT)
commit2de11157a8ec05544242a22d3c5dc53807f7ef94 (patch)
tree58606a7acd97bbfc973b33cc37befaab9fa3fb45 /Misc
parenta63505437ac34aac17faadf0d49e322fe89c954a (diff)
downloadcpython-2de11157a8ec05544242a22d3c5dc53807f7ef94.zip
cpython-2de11157a8ec05544242a22d3c5dc53807f7ef94.tar.gz
cpython-2de11157a8ec05544242a22d3c5dc53807f7ef94.tar.bz2
NEWS entry for r73918.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 7cc3f36..e241032 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -38,6 +38,9 @@ C-API
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.