commit | 9533e3402433245489bcf55adf1e134ca71b4798 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Sun Feb 27 20:33:25 2005 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Sun Feb 27 20:33:25 2005 +0000 |
tree | 427fbe693b3d74a49c2d008be604ff974ca346fd | |
parent | c2a0ac20b7ba3c740f21607c4c8bc706f5d7b7c5 [diff] [blame] |
Patch #1093585: raise a ValueError for negative history items in remove_history and replace_history. Will backport to 2.4.
diff --git a/Misc/NEWS b/Misc/NEWS index 7d6a9e6..68762a6 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -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.