[Python-checkins] r43044 - peps/trunk/pep-0000.txt peps/trunk/pep-0338.txt peps/trunk/pep-0356.txt

nick.coghlan python-checkins at python.org
Wed Mar 15 12:12:01 CET 2006


Author: nick.coghlan
Date: Wed Mar 15 12:12:01 2006
New Revision: 43044

Modified:
   peps/trunk/pep-0000.txt
   peps/trunk/pep-0338.txt
   peps/trunk/pep-0356.txt
Log:
Mark PEP 338 as Final for 2.5

Modified: peps/trunk/pep-0000.txt
==============================================================================
--- peps/trunk/pep-0000.txt	(original)
+++ peps/trunk/pep-0000.txt	Wed Mar 15 12:12:01 2006
@@ -66,7 +66,6 @@
  Accepted PEPs (accepted; may not be implemented yet)
 
  SA  328  Imports: Multi-Line and Absolute/Relative    Aahz
- SA  338  Executing modules inside packages with '-m'  Coghlan
 
  Open PEPs (under consideration)
 
@@ -161,6 +160,7 @@
  SF  322  Reverse Iteration                            Hettinger
  SF  324  subprocess - New process module              Astrand
  SF  327  Decimal Data Type                            Batista
+ SF  338  Executing Modules as Scripts                 Coghlan
  SF  341  Unifying try-except and try-finally          Brandl
  SF  342  Coroutines via Enhanced Generators           GvR, Eby
  SF  343  The "with" Statement                         GvR, Coghlan
@@ -391,7 +391,7 @@
  S   335  Overloadable Boolean Operators               Ewing
  SR  336  Make None Callable                           McClelland
  S   337  Logging Usage in the Standard Library        Dubner
- SA  338  Executing modules inside packages with '-m'  Coghlan
+ SF  338  Executing Modules as Scripts                 Coghlan
  I   339  Design of the CPython Compiler               Cannon
  SR  340  Anonymous Block Statements                   GvR
  SF  341  Unifying try-except and try-finally          Brandl

Modified: peps/trunk/pep-0338.txt
==============================================================================
--- peps/trunk/pep-0338.txt	(original)
+++ peps/trunk/pep-0338.txt	Wed Mar 15 12:12:01 2006
@@ -3,7 +3,7 @@
 Version: $Revision$
 Last-Modified: $Date$
 Author: Nick Coghlan <ncoghlan at gmail.com>
-Status: Accepted
+Status: Final
 Type: Standards Track
 Content-Type: text/x-rst
 Created: 16-Oct-2004

Modified: peps/trunk/pep-0356.txt
==============================================================================
--- peps/trunk/pep-0356.txt	(original)
+++ peps/trunk/pep-0356.txt	Wed Mar 15 12:12:01 2006
@@ -48,6 +48,7 @@
     PEP 314: Metadata for Python Software Packages v1.1
         (should PEP 314 be marked final?)
     PEP 328: Absolute/Relative Imports
+    PEP 338: Executing Modules as Scripts
     PEP 341: Unified try-except/try-finally to try-except-finally
     PEP 342: Coroutines via Enhanced Generators
     PEP 343: The "with" Statement
@@ -87,8 +88,6 @@
     Each feature below should implemented prior to alpha2 or 
     will require BDFL approval for inclusion in 2.5.
 
-    - PEP 338 (still needs to be accepted and patch checked in)
-
     - SyntaxWarnings for the following proposed keywords:
 
       - 'do'? (PEP 315)


More information about the Python-checkins mailing list