commit | eb1f4aa2321e5ac19e3139858c09e5b1c7acc668 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sun Jun 27 10:37:48 2010 +0000 |
committer | Georg Brandl <georg@python.org> | Sun Jun 27 10:37:48 2010 +0000 |
tree | de43df1847e77c29286046e0d34a6549c6ec3479 | |
parent | 952867aa306dda2a710df4c286b5d9f0593e3d34 [diff] [blame] |
#9064: accept number of frames for "up" and "down" commands in pdb.
diff --git a/Misc/NEWS b/Misc/NEWS index a9b19dc..1cb8c43 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -456,6 +456,8 @@ 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``.