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

montanaro at users.sourceforge.net montanaro at users.sourceforge.net
Mon May 24 10:20:19 EDT 2004


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

Modified Files:
	NEWS 
Log Message:
stupid, stupid, stupid...  raw_input() already supports readline() if the
readline module is loaded.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.975
retrieving revision 1.976
diff -C2 -d -r1.975 -r1.976
*** NEWS	23 May 2004 17:46:50 -0000	1.975
--- NEWS	24 May 2004 14:20:16 -0000	1.976
***************
*** 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.
--- 208,211 ----




More information about the Python-checkins mailing list