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

nick.coghlan python-checkins at python.org
Tue May 1 13:13:52 CEST 2007


Author: nick.coghlan
Date: Tue May  1 13:13:47 2007
New Revision: 55046

Modified:
   peps/trunk/pep-0000.txt
   peps/trunk/pep-0366.txt
Log:
Fix metadata for PEP 366

Modified: peps/trunk/pep-0000.txt
==============================================================================
--- peps/trunk/pep-0000.txt	(original)
+++ peps/trunk/pep-0000.txt	Tue May  1 13:13:47 2007
@@ -111,6 +111,7 @@
  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   754  IEEE 754 Floating Point Special Values       Warnes
  S  3101  Advanced String Formatting                   Talin
  S  3108  Standard Library Reorganization              Cannon
@@ -458,6 +459,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
  SR  666  Reject Foolish Indentation                   Creighton
  S   754  IEEE 754 Floating Point Special Values       Warnes
  P  3000  Python 3000                                  GvR

Modified: peps/trunk/pep-0366.txt
==============================================================================
--- peps/trunk/pep-0366.txt	(original)
+++ peps/trunk/pep-0366.txt	Tue May  1 13:13:47 2007
@@ -1,7 +1,7 @@
-PEP: 338
-Title: Executing modules as scripts
-Version: $Revision:$
-Last-Modified: $Date:$
+PEP: 366
+Title: Main module explicit relative imports
+Version: $Revision$
+Last-Modified: $Date$
 Author: Nick Coghlan <ncoghlan at gmail.com>
 Status: Final
 Type: Standards Track


More information about the Python-checkins mailing list