[Python-checkins] python/dist/src/Misc NEWS, 1.1193.2.79, 1.1193.2.80

birkenfeld@users.sourceforge.net birkenfeld at users.sourceforge.net
Wed Aug 24 09:36:31 CEST 2005


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24331/Misc

Modified Files:
      Tag: release24-maint
	NEWS 
Log Message:
backport bug [ 1192315 ] 'clear -1' in pdb



Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1193.2.79
retrieving revision 1.1193.2.80
diff -u -d -r1.1193.2.79 -r1.1193.2.80
--- NEWS	24 Aug 2005 07:31:29 -0000	1.1193.2.79
+++ NEWS	24 Aug 2005 07:36:21 -0000	1.1193.2.80
@@ -70,6 +70,8 @@
 
 - The sets module can now properly compute s-=s and s^=s as an empty set.
 
+- Bug #1192315: Disallow negative arguments to clear() in pdb.
+
 - Patch #827386: Support absolute source paths in msvccompiler.py.
 
 - Fix a problem in Tkinter introduced by SF patch #869468: delete bogus



More information about the Python-checkins mailing list