diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2003-09-20 16:08:33 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2003-09-20 16:08:33 (GMT) |
commit | e7a9796a0f83bd2e5e2b1d35ad8f0a2a96ec5e3f (patch) | |
tree | ffe4c8f50a81591e0fb8a9e7354b2d6b2678ea31 /Misc | |
parent | c6bb6c0f8c90f5f14d933b974db4c3ce2c7b296f (diff) | |
download | cpython-e7a9796a0f83bd2e5e2b1d35ad8f0a2a96ec5e3f.zip cpython-e7a9796a0f83bd2e5e2b1d35ad8f0a2a96ec5e3f.tar.gz cpython-e7a9796a0f83bd2e5e2b1d35ad8f0a2a96ec5e3f.tar.bz2 |
Patch #800697: Add readline.clear_history.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -29,6 +29,8 @@ Core and builtins Extension modules ----------------- +- readline.clear_history was added. + - select.select() now accepts sequences for its first three arguments. - cStringIO now supports the f.closed attribute. |