[Python-checkins] r45961 - peps/trunk/pep-0000.txt

neal.norwitz python-checkins at python.org
Thu May 11 08:59:29 CEST 2006


Author: neal.norwitz
Date: Thu May 11 08:59:28 2006
New Revision: 45961

Modified:
   peps/trunk/pep-0000.txt
Log:
359 was withdrawn

Modified: peps/trunk/pep-0000.txt
==============================================================================
--- peps/trunk/pep-0000.txt	(original)
+++ peps/trunk/pep-0000.txt	Thu May 11 08:59:28 2006
@@ -96,7 +96,6 @@
  S   354  Enumerations in Python                       Finney
  S   355  Path - Object oriented filesystem paths      Lindqvist
  S   358  The "bytes" Object                           Schemenauer
- S   359  The "make" Statement                         Bethard
  S   754  IEEE 754 Floating Point Special Values       Warnes
  S  3101  Advanced String Formatting                   Talin
  S  3102  Keyword-Only Arguments                       Talin
@@ -233,6 +232,7 @@
  SR  348  Exception Reorganization for Python 3.0      Cannon
  SD  349  Allow str() to return unicode strings        Schemenauer
  SR  351  The freeze protocol                          Warsaw
+ SW  359  The "make" Statement                         Bethard
  SR  666  Reject Foolish Indentation                   Creighton
 
 
@@ -419,7 +419,7 @@
  I   356  Python 2.5 Release Schedule                  Norwitz, et al
  SF  357  Allowing Any Object to be Used for Slicing   Oliphant
  S   358  The "bytes" Object                           Schemenauer
- S   359  The "make" Statement                         Bethard
+ SW  359  The "make" Statement                         Bethard
  SR  666  Reject Foolish Indentation                   Creighton
  S   754  IEEE 754 Floating Point Special Values       Warnes
  P  3000  Python 3000                                  GvR


More information about the Python-checkins mailing list