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

david.goodger python-checkins at python.org
Tue Feb 20 04:33:03 CET 2007


Author: david.goodger
Date: Tue Feb 20 04:32:58 2007
New Revision: 53832

Modified:
   peps/trunk/pep-0000.txt
Log:
mark PEP 363 rejected

Modified: peps/trunk/pep-0000.txt
==============================================================================
--- peps/trunk/pep-0000.txt	(original)
+++ peps/trunk/pep-0000.txt	Tue Feb 20 04:32:58 2007
@@ -108,7 +108,6 @@
  S   355  Path - Object oriented filesystem paths      Lindqvist
  S   358  The "bytes" Object                           Schemenauer
  S   362  Function Signature Object                    Cannon, Seo
- S   363  Syntax For Dynamic Attribute Access          North
  S   754  IEEE 754 Floating Point Special Values       Warnes
  S  3101  Advanced String Formatting                   Talin
  S  3103  A Switch/Case Statement                      GvR
@@ -245,6 +244,7 @@
  SD  349  Allow str() to return unicode strings        Schemenauer
  SR  351  The freeze protocol                          Warsaw
  SW  359  The "make" Statement                         Bethard
+ SR  363  Syntax For Dynamic Attribute Access          North
  SR  666  Reject Foolish Indentation                   Creighton
 
 
@@ -435,7 +435,7 @@
  I   360  Externally Maintained Packages               Cannon
  I   361  Python 2.6 Release Schedule                  Norwitz, et al
  S   362  Function Signature Object                    Cannon, Seo
- S   363  Syntax For Dynamic Attribute Access          North
+ SR  363  Syntax For Dynamic Attribute Access          North
  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