#9064: accept number of frames for "up" and "down" commands in pdb.

This commit is contained in:
Georg Brandl 2010-06-27 10:37:48 +00:00
parent 952867aa30
commit eb1f4aa232
4 changed files with 42 additions and 20 deletions

View file

@ -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``.