diff options
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``. |