diff options
author | Georg Brandl <georg@python.org> | 2010-06-27 10:37:48 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-06-27 10:37:48 (GMT) |
commit | eb1f4aa2321e5ac19e3139858c09e5b1c7acc668 (patch) | |
tree | de43df1847e77c29286046e0d34a6549c6ec3479 /Misc | |
parent | 952867aa306dda2a710df4c286b5d9f0593e3d34 (diff) | |
download | cpython-eb1f4aa2321e5ac19e3139858c09e5b1c7acc668.zip cpython-eb1f4aa2321e5ac19e3139858c09e5b1c7acc668.tar.gz cpython-eb1f4aa2321e5ac19e3139858c09e5b1c7acc668.tar.bz2 |
#9064: accept number of frames for "up" and "down" commands in pdb.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -456,6 +456,8 @@ C-API Library ------- +- Issue #9064: pdb's "up" and "down" commands now accept an optional argument. + - Issue #9018: os.path.normcase() now raises a TypeError if the argument is not ``str`` or ``bytes``. |