]> granicus.if.org Git - python/commitdiff
Document patch #512981.
authorMartin v. Löwis <martin@v.loewis.de>
Sat, 26 Oct 2002 14:42:02 +0000 (14:42 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Sat, 26 Oct 2002 14:42:02 +0000 (14:42 +0000)
Misc/NEWS

index 6e2b8f66320a234875b1c5fc14c68ba1e7bd048a..a0ead8a32a373467406d51d7fa7395866aad35a2 100644 (file)
--- 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.