summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2000-09-05 15:34:16 (GMT)
committerGuido van Rossum <guido@python.org>2000-09-05 15:34:16 (GMT)
commit830ca2af5a5b871491e6e8a2a5cf47b001334bd3 (patch)
tree430919c1a80fef86359b75de5637a68fb4acc0a4 /Misc
parent8bdf0bf7055250ac4a63fb420a236407fbadcf20 (diff)
downloadcpython-830ca2af5a5b871491e6e8a2a5cf47b001334bd3.zip
cpython-830ca2af5a5b871491e6e8a2a5cf47b001334bd3.tar.gz
cpython-830ca2af5a5b871491e6e8a2a5cf47b001334bd3.tar.bz2
Added readline news. (Skip)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index bd0595f..0b7102b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -257,6 +257,9 @@ optionally support the RFC 959 REST command.
socket - new function getfqdn()
+readline - new functions to read, write and truncate history files. The
+readline section of the library reference manual contains an example.
+
XXX: I'm sure there are others