summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-06-27 10:37:48 (GMT)
committerGeorg Brandl <georg@python.org>2010-06-27 10:37:48 (GMT)
commiteb1f4aa2321e5ac19e3139858c09e5b1c7acc668 (patch)
treede43df1847e77c29286046e0d34a6549c6ec3479 /Misc
parent952867aa306dda2a710df4c286b5d9f0593e3d34 (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a9b19dc..1cb8c43 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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``.