summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2003-09-20 16:08:33 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2003-09-20 16:08:33 (GMT)
commite7a9796a0f83bd2e5e2b1d35ad8f0a2a96ec5e3f (patch)
treeffe4c8f50a81591e0fb8a9e7354b2d6b2678ea31 /Misc
parentc6bb6c0f8c90f5f14d933b974db4c3ce2c7b296f (diff)
downloadcpython-e7a9796a0f83bd2e5e2b1d35ad8f0a2a96ec5e3f.zip
cpython-e7a9796a0f83bd2e5e2b1d35ad8f0a2a96ec5e3f.tar.gz
cpython-e7a9796a0f83bd2e5e2b1d35ad8f0a2a96ec5e3f.tar.bz2
Patch #800697: Add readline.clear_history.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 2f0aec8..9bfd738 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.