summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-12-04 16:00:47 (GMT)
committerGeorg Brandl <georg@python.org>2010-12-04 16:00:47 (GMT)
commit44f2b640ff0260f5e338e41ad3a2d13185396979 (patch)
treea448ea5dea9367826b6d7e325c1487395c704fe8 /Misc
parent1ed77f300b713166b0508eacd183c32f1d7437b2 (diff)
downloadcpython-44f2b640ff0260f5e338e41ad3a2d13185396979.zip
cpython-44f2b640ff0260f5e338e41ad3a2d13185396979.tar.gz
cpython-44f2b640ff0260f5e338e41ad3a2d13185396979.tar.bz2
#7245: Add a SIGINT handler on continue in pdb that allows to break a program again by pressing Ctrl-C.
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 c5a525f..a741d6e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -49,6 +49,9 @@ Core and Builtins
Library
-------
+- Issue #7245: Add a SIGINT handler in pdb that allows to break a program
+ again after a "continue" command.
+
- Add the "interact" pdb command.
- Issue #7905: Actually respect the keyencoding parameter to shelve.Shelf.