From: Martin v. Löwis Date: Sat, 26 Oct 2002 14:42:02 +0000 (+0000) Subject: Document patch #512981. X-Git-Tag: v2.3c1~3672 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=080689c3f6c625f728ec92b8fd7f913da4f5e2f6;p=python Document patch #512981. --- diff --git a/Misc/NEWS b/Misc/NEWS index 6e2b8f6632..a0ead8a32a 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -292,6 +292,9 @@ Core and builtins Extension modules ----------------- +- readline now dynamically adjusts its input/output stream if + sys.stdin/stdout changes. + - The _tkinter module (and hence Tkinter) has dropped support for Tcl/Tk 8.0 and 8.1. Only Tcl/Tk versions 8.2, 8.3 and 8.4 are supported.