summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2002-10-26 14:42:02 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2002-10-26 14:42:02 (GMT)
commit080689c3f6c625f728ec92b8fd7f913da4f5e2f6 (patch)
treecda67f240fa8f185068d9b554ef3f3f90dd59daa
parent566f6afe9a9de23132302020dcb4c612d5180f23 (diff)
downloadcpython-080689c3f6c625f728ec92b8fd7f913da4f5e2f6.zip
cpython-080689c3f6c625f728ec92b8fd7f913da4f5e2f6.tar.gz
cpython-080689c3f6c625f728ec92b8fd7f913da4f5e2f6.tar.bz2
Document patch #512981.
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 6e2b8f6..a0ead8a 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.