[Python-checkins] python/dist/src/Misc NEWS,1.885,1.886

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Thu Nov 6 09:06:49 EST 2003


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

Modified Files:
	NEWS 
Log Message:
Implement and apply PEP 322, reverse iteration

Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.885
retrieving revision 1.886
diff -C2 -d -r1.885 -r1.886
*** NEWS	5 Nov 2003 23:03:00 -0000	1.885
--- NEWS	6 Nov 2003 14:06:47 -0000	1.886
***************
*** 13,16 ****
--- 13,19 ----
  -----------------
  
+ - Added a reversed() builtin function that returns a reverse iterator
+   over a sequence.
+ 
  - CObjects are now mutable (on the C level) through PyCObject_SetVoidPtr.
  





More information about the Python-checkins mailing list