[Python-checkins] python/dist/src/Misc NEWS,1.925,1.926

perky at projects.sourceforge.net perky at projects.sourceforge.net
Mon Feb 2 08:39:03 EST 2004


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

Modified Files:
	NEWS 
Log Message:
Fix input() builtin function to respect compiler flags.
(SF patch 876178, patch by mwh, unittest by perky)


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.925
retrieving revision 1.926
diff -C2 -d -r1.925 -r1.926
*** NEWS	31 Jan 2004 12:34:16 -0000	1.925
--- NEWS	2 Feb 2004 13:39:00 -0000	1.926
***************
*** 13,16 ****
--- 13,19 ----
  -----------------
  
+ - input() builtin function now respects compiler flags such as
+   __future__ statements.  SF patch 876178.
+ 
  - Removed PendingDeprecationWarning from apply().  apply() remains
    deprecated, but the nuisance warning will not be issued.




More information about the Python-checkins mailing list