[Python-checkins] python/nondist/peps pep-0000.txt,1.327,1.328

goodger@users.sourceforge.net goodger at users.sourceforge.net
Mon Jun 20 04:27:40 CEST 2005


Update of /cvsroot/python/python/nondist/peps
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26486

Modified Files:
	pep-0000.txt 
Log Message:
corrected classification

Index: pep-0000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0000.txt,v
retrieving revision 1.327
retrieving revision 1.328
diff -u -d -r1.327 -r1.328
--- pep-0000.txt	18 Jun 2005 20:36:28 -0000	1.327
+++ pep-0000.txt	20 Jun 2005 02:27:22 -0000	1.328
@@ -150,7 +150,6 @@
  SF  277  Unicode file name support for Windows NT     Hodgson
  SF  278  Universal Newline Support                    Jansen
  SF  279  The enumerate() built-in function            Hettinger
- SR  281  Loop Counter Iteration with range and xrange Hetland
  SF  282  A Logging System                             Sajip, Mick
  IF  283  Python 2.3 Release Schedule                  GvR
  SF  285  Adding a bool type                           GvR
@@ -199,6 +198,7 @@
  SR  271  Prefixing sys.path by command line option    Giacometti
  SR  274  Dict Comprehensions                          Warsaw
  SR  276  Simple Iterator for ints                     Althoff
+ SR  281  Loop Counter Iteration with range and xrange Hetland
  SR  284  Integer for-loops                            Eppstein, Ewing
  SR  288  Generators Attributes and Exceptions         Hettinger
  SR  295  Interpretation of multiline string constants Koltsov



More information about the Python-checkins mailing list