diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2011-05-13 15:40:15 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2011-05-13 15:40:15 (GMT) |
commit | e670c889ccf5ce7b27dedbc7d6d24e0679ca93bb (patch) | |
tree | cb4b3580e50d47c6451752c75a4949580e629c3d /Misc/NEWS | |
parent | 23157e5ddcbca17b1c83fefa058e66058de787c9 (diff) | |
download | cpython-e670c889ccf5ce7b27dedbc7d6d24e0679ca93bb.zip cpython-e670c889ccf5ce7b27dedbc7d6d24e0679ca93bb.tar.gz cpython-e670c889ccf5ce7b27dedbc7d6d24e0679ca93bb.tar.bz2 |
Issue #11996: libpython (gdb), replace "py-bt" command by "py-bt-full" and add
a smarter "py-bt" command printing a classic Python traceback.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -359,6 +359,9 @@ IDLE Tools/Demos ----------- +- Issue #11996: libpython (gdb), replace "py-bt" command by "py-bt-full" and + add a smarter "py-bt" command printing a classic Python traceback. + - Issue #11179: Make ccbench work under Python 3.1 and 2.7 again. Extension Modules |