[Python-checkins] python/dist/src/Misc NEWS,1.502,1.503

loewis@users.sourceforge.net loewis@users.sourceforge.net
Sat, 26 Oct 2002 07:42:04 -0700


Update of /cvsroot/python/python/dist/src/Misc
In directory usw-pr-cvs1:/tmp/cvs-serv27222/Misc

Modified Files:
	NEWS 
Log Message:
Document patch #512981.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.502
retrieving revision 1.503
diff -C2 -d -r1.502 -r1.503
*** NEWS	16 Oct 2002 18:28:36 -0000	1.502
--- NEWS	26 Oct 2002 14:42:02 -0000	1.503
***************
*** 293,296 ****
--- 293,299 ----
  -----------------
  
+ - 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