]> granicus.if.org Git - python/commitdiff
NEWS entry for r73918.
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Thu, 9 Jul 2009 23:07:52 +0000 (23:07 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Thu, 9 Jul 2009 23:07:52 +0000 (23:07 +0000)
Misc/NEWS

index 7cc3f368c31d0e9179ecb61b62db2e9ce2cb84c2..e24103242e8e1bb143a6b2644391676e941a700a 100644 (file)
--- 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.