[Python-checkins] python/nondist/peps pep-0000.txt,1.257,1.258

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Thu Nov 6 09:07:19 EST 2003


Update of /cvsroot/python/python/nondist/peps
In directory sc8-pr-cvs1:/tmp/cvs-serv17182

Modified Files:
	pep-0000.txt 
Log Message:
Implement and apply PEP 322, reverse iteration

Index: pep-0000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0000.txt,v
retrieving revision 1.257
retrieving revision 1.258
diff -C2 -d -r1.257 -r1.258
*** pep-0000.txt	28 Oct 2003 18:06:32 -0000	1.257
--- pep-0000.txt	6 Nov 2003 14:07:17 -0000	1.258
***************
*** 119,123 ****
   S   319  Python Synchronize/Asynchronize Block        Pelletier
   S   321  Date/Time Parsing and Formatting             Kuchling
-  S   322  Reverse Iteration                            Hettinger
   S   323  Copyable Iterators                           Martelli
   S   754  IEEE 754 Floating Point Special Values       Warnes
--- 119,122 ----
***************
*** 161,164 ****
--- 160,164 ----
   SF  293  Codec Error Handling Callbacks               Dörwald
   SF  311  Simplified GIL Acquisition for Extensions    Hammond
+  SF  322  Reverse Iteration                            Hettinger
  
   Empty PEPs (or containing only an abstract)
***************
*** 338,342 ****
   I   320  Python 2.4 Release Schedule                  Warsaw
   S   321  Date/Time Parsing and Formatting             Kuchling
!  S   322  Reverse Iteration                            Hettinger
   SR  666  Reject Foolish Indentation                   Creighton
   S   754  IEEE 754 Floating Point Special Values       Warnes
--- 338,342 ----
   I   320  Python 2.4 Release Schedule                  Warsaw
   S   321  Date/Time Parsing and Formatting             Kuchling
!  SF  322  Reverse Iteration                            Hettinger
   SR  666  Reject Foolish Indentation                   Creighton
   S   754  IEEE 754 Floating Point Special Values       Warnes





More information about the Python-checkins mailing list