diff options
author | Georg Brandl <georg@python.org> | 2010-12-04 11:20:26 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-12-04 11:20:26 (GMT) |
commit | 1acb746d79c2affbac6fb98e5abad1682bdf7f6f (patch) | |
tree | 1e8ebee864158a90388535f951538c6f81b2a3d5 /Misc/NEWS | |
parent | 732324a3f86a352217b01ae2438b6db7691ae0b1 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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(). |