[Python-checkins] python/dist/src/Misc NEWS,1.458,1.459

gvanrossum@users.sourceforge.net gvanrossum@users.sourceforge.net
Fri, 09 Aug 2002 10:17:09 -0700


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

Modified Files:
	NEWS 
Log Message:
Credit to Oren for the file-iterator patch.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.458
retrieving revision 1.459
diff -C2 -d -r1.458 -r1.459
*** NEWS	9 Aug 2002 17:16:30 -0000	1.458
--- NEWS	9 Aug 2002 17:17:07 -0000	1.459
***************
*** 34,38 ****
    don't.  It so happens that this gives a nice additional speed boost
    to "for line in file:"; the xreadlines method and corresponding
!   module are now obsolete.
  
  - Encoding declarations (PEP 263, phase 1) have been implemented.  A
--- 34,38 ----
    don't.  It so happens that this gives a nice additional speed boost
    to "for line in file:"; the xreadlines method and corresponding
!   module are now obsolete.  Thanks to Oren Tirosh!
  
  - Encoding declarations (PEP 263, phase 1) have been implemented.  A