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

nick.coghlan python-checkins at python.org
Mon Dec 3 13:50:52 CET 2007


Author: nick.coghlan
Date: Mon Dec  3 13:50:52 2007
New Revision: 59287

Modified:
   peps/trunk/pep-0000.txt
   peps/trunk/pep-0366.txt
Log:
Mark PEP 366 as accepted

Modified: peps/trunk/pep-0000.txt
==============================================================================
--- peps/trunk/pep-0000.txt	(original)
+++ peps/trunk/pep-0000.txt	Mon Dec  3 13:50:52 2007
@@ -75,6 +75,7 @@
  Accepted PEPs (accepted; may not be implemented yet)
 
  SA  358  The "bytes" Object                           Schemenauer, GvR
+ SA  366  Main module explicit relative imports        Coghlan
  SA 3101  Advanced String Formatting                   Talin
  SA 3106  Revamping dict.keys(), .values() & .items()  GvR
  SA 3118  Revising the buffer protocol                 Oliphant, Banks
@@ -91,7 +92,6 @@
  S   362  Function Signature Object                    Cannon, Seo
  S   364  Transitioning to the Py3K Standard Library   Warsaw
  S   365  Adding the pkg_resources module              Eby
- S   366  Main module explicit relative imports        Coghlan
  S   368  Standard image protocol and class            Mastrodomenico
  S  3108  Standard Library Reorganization              Cannon
  S  3116  New I/O                                      Stutzbach, Verdone, GvR
@@ -464,7 +464,7 @@
  SR  363  Syntax For Dynamic Attribute Access          North
  S   364  Transitioning to the Py3K Standard Library   Warsaw
  S   365  Adding the pkg_resources module              Eby
- S   366  Main module explicit relative imports        Coghlan
+ SA  366  Main module explicit relative imports        Coghlan
  SR  367  New Super                                    Spealman, Delaney
  S   368  Standard image protocol and class            Mastrodomenico
  SR  666  Reject Foolish Indentation                   Creighton

Modified: peps/trunk/pep-0366.txt
==============================================================================
--- peps/trunk/pep-0366.txt	(original)
+++ peps/trunk/pep-0366.txt	Mon Dec  3 13:50:52 2007
@@ -3,7 +3,7 @@
 Version: $Revision$
 Last-Modified: $Date$
 Author: Nick Coghlan <ncoghlan at gmail.com>
-Status: Draft
+Status: Accepted
 Type: Standards Track
 Content-Type: text/x-rst
 Created: 1-May-2007
@@ -24,6 +24,7 @@
 A small amount of boilerplate in the module itself will allow the relative
 imports to work when the file is executed by name.
 
+Guido accepted the PEP in November 2007 [5]_.
 
 Proposed Change
 ===============
@@ -129,6 +130,9 @@
 .. [4] PEP 366 implementation patch
    (http://bugs.python.org/issue1487)
 
+.. [5] Acceptance of the PEP
+   (http://mail.python.org/pipermail/python-dev/2007-November/075475.html)
+
 Copyright
 =========
 


More information about the Python-checkins mailing list