python/dist/src/Misc NEWS,1.1245,1.1246
Update of /cvsroot/python/python/dist/src/Misc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16792/Misc Modified Files: NEWS Log Message: Patch #1093585: raise a ValueError for negative history items in remove_history and replace_history. Will backport to 2.4. Index: NEWS =================================================================== RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v retrieving revision 1.1245 retrieving revision 1.1246 diff -u -d -r1.1245 -r1.1246 --- NEWS 24 Feb 2005 20:22:12 -0000 1.1245 +++ NEWS 27 Feb 2005 20:33:22 -0000 1.1246 @@ -34,6 +34,9 @@ Extension Modules ----------------- +- Patch #1093585: raise a ValueError for negative history items in readline. + {remove_history,replace_history} + - The spwd module has been added, allowing access to the shadow password database.
participants (1)
-
loewis@users.sourceforge.net