summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-12-04 16:21:42 (GMT)
committerGeorg Brandl <georg@python.org>2010-12-04 16:21:42 (GMT)
commitcbc79c76a8fd11660ac6aa7681ed1d9e75d5df2e (patch)
tree6517d21805ab84ccea279853d41c6a22b36ff034 /Misc
parent44f2b640ff0260f5e338e41ad3a2d13185396979 (diff)
downloadcpython-cbc79c76a8fd11660ac6aa7681ed1d9e75d5df2e.zip
cpython-cbc79c76a8fd11660ac6aa7681ed1d9e75d5df2e.tar.gz
cpython-cbc79c76a8fd11660ac6aa7681ed1d9e75d5df2e.tar.bz2
Add display/undisplay pdb commands.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a741d6e..0d1c1d5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -49,6 +49,8 @@ Core and Builtins
Library
-------
+- Add the "display" and "undisplay" pdb commands.
+
- Issue #7245: Add a SIGINT handler in pdb that allows to break a program
again after a "continue" command.