From: Guido van Rossum Date: Tue, 5 Sep 2000 15:34:16 +0000 (+0000) Subject: Added readline news. (Skip) X-Git-Tag: v2.0b1~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=830ca2af5a5b871491e6e8a2a5cf47b001334bd3;p=python Added readline news. (Skip) --- diff --git a/Misc/NEWS b/Misc/NEWS index bd0595ffeb..0b7102b744 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