python/dist/src/Misc NEWS, 1.1193.2.21, 1.1193.2.22
Update of /cvsroot/python/python/dist/src/Misc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16157/Misc Modified Files: Tag: release24-maint NEWS Log Message: Patch #1093585: raise a ValueError for negative history items in remove_history and replace_history. Index: NEWS =================================================================== RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v retrieving revision 1.1193.2.21 retrieving revision 1.1193.2.22 diff -u -d -r1.1193.2.21 -r1.1193.2.22 --- NEWS 17 Feb 2005 14:57:04 -0000 1.1193.2.21 +++ NEWS 27 Feb 2005 20:34:00 -0000 1.1193.2.22 @@ -25,6 +25,13 @@ is provided. +Extension Modules +----------------- + +- Patch #1093585: raise a ValueError for negative history items in readline. + {remove_history,replace_history} + + Library ------- @@ -59,7 +66,6 @@ - Bug #1083110: ``zlib.decompress.flush()`` would segfault if called immediately after creating the object, without any intervening ``.decompress()`` calls. - Build -----
participants (1)
-
loewis@users.sourceforge.net