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

brett.cannon python-checkins at python.org
Sun Mar 4 21:02:58 CET 2007


Author: brett.cannon
Date: Sun Mar  4 21:02:51 2007
New Revision: 54121

Modified:
   peps/trunk/pep-0000.txt
   peps/trunk/pep-3104.txt
Log:
Mark PEP 3104 as finished (implemented at PyCon 2007 sprint by Jeremy Hylton).


Modified: peps/trunk/pep-0000.txt
==============================================================================
--- peps/trunk/pep-0000.txt	(original)
+++ peps/trunk/pep-0000.txt	Sun Mar  4 21:02:51 2007
@@ -113,7 +113,6 @@
  S   362  Function Signature Object                    Cannon, Seo
  S   754  IEEE 754 Floating Point Special Values       Warnes
  S  3101  Advanced String Formatting                   Talin
- S  3104  Access to Names in Outer Scopes              Yee
  S  3108  Standard Library Reorganization              Cannon
 
 
@@ -176,6 +175,7 @@
  SF  352  Required Superclass for Exceptions           GvR, Cannon
  SF  353  Using ssize_t as the index type              von Loewis
  SF  357  Allowing Any Object to be Used for Slicing   Oliphant
+ SF 3104  Access to Names in Outer Scopes              Yee
  SF 3105  Make print a function                        Brandl
 
  Empty PEPs (or containing only an abstract)
@@ -450,9 +450,9 @@
  S  3101  Advanced String Formatting                   Talin
  SA 3102  Keyword-Only Arguments                       Talin
  SR 3103  A Switch/Case Statement                      GvR
- S  3104  Access to Names in Outer Scopes              Yee
+ SF 3104  Access to Names in Outer Scopes              Yee
  SF 3105  Make print a function                        Brandl
- S  3106  Revamping dict.keys(), .values() and .items()  GvR
+ SA 3106  Revamping dict.keys(), .values() and .items()  GvR
  SA 3107  Function Annotations                         Winter, Lownds
  S  3108  Standard Library Reorganization              Cannon
  SA 3109  Raising Exceptions in Python 3000            Winter

Modified: peps/trunk/pep-3104.txt
==============================================================================
--- peps/trunk/pep-3104.txt	(original)
+++ peps/trunk/pep-3104.txt	Sun Mar  4 21:02:51 2007
@@ -3,7 +3,7 @@
 Version: $Revision$
 Last-Modified: $Date$
 Author: Ka-Ping Yee <ping at zesty.ca>
-Status: Draft
+Status: Accepted
 Type: Standards Track
 Python-Version: 3.0
 Content-Type: text/x-rst


More information about the Python-checkins mailing list