[Python-checkins] python/dist/src/Misc NEWS,1.974,1.975

montanaro at users.sourceforge.net montanaro at users.sourceforge.net
Sun May 23 13:46:53 EDT 2004


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6098/Misc

Modified Files:
	NEWS 
Log Message:
Exposed readline() function from the readline module.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.974
retrieving revision 1.975
diff -C2 -d -r1.974 -r1.975
*** NEWS	19 May 2004 19:56:44 -0000	1.974
--- NEWS	23 May 2004 17:46:50 -0000	1.975
***************
*** 208,211 ****
--- 208,216 ----
  -----------------
  
+ - The readline module now exposes the readline() function to the Python
+   programmer.  readline.readline() should be a drop-in replacement for
+   raw_input() but coupled with the other readline module functionality allow
+   programmers to offer history and input recall to their users.
+ 
  - operator.isMappingType() and operator.isSequenceType() now give
    fewer false positives.




More information about the Python-checkins mailing list