summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-12-04 11:20:26 (GMT)
committerGeorg Brandl <georg@python.org>2010-12-04 11:20:26 (GMT)
commit1acb746d79c2affbac6fb98e5abad1682bdf7f6f (patch)
tree1e8ebee864158a90388535f951538c6f81b2a3d5 /Misc/NEWS
parent732324a3f86a352217b01ae2438b6db7691ae0b1 (diff)
downloadcpython-1acb746d79c2affbac6fb98e5abad1682bdf7f6f.zip
cpython-1acb746d79c2affbac6fb98e5abad1682bdf7f6f.tar.gz
cpython-1acb746d79c2affbac6fb98e5abad1682bdf7f6f.tar.bz2
Add the "interact" pdb command from pdb++.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index cbdeb6d..3f36425 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -45,6 +45,8 @@ Core and Builtins
Library
-------
+- Add the "interact" pdb command.
+
- Issue #7905: Actually respect the keyencoding parameter to shelve.Shelf.
- Issue #1569291: Speed up array.repeat().