summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2005-08-24 07:36:17 (GMT)
committerGeorg Brandl <georg@python.org>2005-08-24 07:36:17 (GMT)
commit6d2b346140ed0f3bc4c67fc33bf69a60c496e6a4 (patch)
treead5a9b9e440de9c8299df9d8c7f8de1c77dd8f73 /Misc
parent79c122f568d1d08779d564cee375d62a0ea114db (diff)
downloadcpython-6d2b346140ed0f3bc4c67fc33bf69a60c496e6a4.zip
cpython-6d2b346140ed0f3bc4c67fc33bf69a60c496e6a4.tar.gz
cpython-6d2b346140ed0f3bc4c67fc33bf69a60c496e6a4.tar.bz2
bug [ 1192315 ] 'clear -1' 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 b59c7dd..b88608e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -191,6 +191,8 @@ Extension Modules
Library
-------
+- Bug #1192315: Disallow negative arguments to clear() in pdb.
+
- Patch #827386: Support absolute source paths in msvccompiler.py.
- Patch #1105730: Apply the new implementation of commonprefix in posixpath