diff options
author | Guido van Rossum <guido@python.org> | 2000-09-05 15:34:16 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2000-09-05 15:34:16 (GMT) |
commit | 830ca2af5a5b871491e6e8a2a5cf47b001334bd3 (patch) | |
tree | 430919c1a80fef86359b75de5637a68fb4acc0a4 /Misc | |
parent | 8bdf0bf7055250ac4a63fb420a236407fbadcf20 (diff) | |
download | cpython-830ca2af5a5b871491e6e8a2a5cf47b001334bd3.zip cpython-830ca2af5a5b871491e6e8a2a5cf47b001334bd3.tar.gz cpython-830ca2af5a5b871491e6e8a2a5cf47b001334bd3.tar.bz2 |
Added readline news. (Skip)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |