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

guido.van.rossum python-checkins at python.org
Wed Mar 15 05:17:34 CET 2006


Author: guido.van.rossum
Date: Wed Mar 15 05:17:29 2006
New Revision: 43032

Modified:
   peps/trunk/pep-0000.txt
   peps/trunk/pep-0338.txt
Log:
Accept PEP 338.  Maybe there are some tweaks necessary to the code,
but I want to make it clear that this feature is accepted for 2.5.


Modified: peps/trunk/pep-0000.txt
==============================================================================
--- peps/trunk/pep-0000.txt	(original)
+++ peps/trunk/pep-0000.txt	Wed Mar 15 05:17:29 2006
@@ -66,7 +66,7 @@
  Accepted PEPs (accepted; may not be implemented yet)
 
  SA  328  Imports: Multi-Line and Absolute/Relative    Aahz
- SA  343  The "with" Statement                         GvR, Coghlan
+ SA  338  Executing modules inside packages with '-m'  Coghlan
 
  Open PEPs (under consideration)
 
@@ -97,7 +97,6 @@
  S   334  Simple Coroutines via SuspendIteration       Evans
  S   335  Overloadable Boolean Operators               Ewing
  S   337  Logging Usage in the Standard Library        Dubner
- S   338  Executing modules inside packages with '-m'  Coghlan
  S   344  Exception Chaining and Embedded Tracebacks   Yee
  S   345  Metadata for Python Software Packages 1.2    Jones
  I   350  Codetags                                     Elliott
@@ -164,6 +163,7 @@
  SF  327  Decimal Data Type                            Batista
  SF  341  Unifying try-except and try-finally          Brandl
  SF  342  Coroutines via Enhanced Generators           GvR, Eby
+ SF  343  The "with" Statement                         GvR, Coghlan
  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
@@ -391,12 +391,12 @@
  S   335  Overloadable Boolean Operators               Ewing
  SR  336  Make None Callable                           McClelland
  S   337  Logging Usage in the Standard Library        Dubner
- S   338  Executing modules inside packages with '-m'  Coghlan
+ SA  338  Executing modules inside packages with '-m'  Coghlan
  I   339  Design of the CPython Compiler               Cannon
  SR  340  Anonymous Block Statements                   GvR
  SF  341  Unifying try-except and try-finally          Brandl
  SF  342  Coroutines via Enhanced Generators           GvR, Eby
- SA  343  Anonymous Block Redux and Generator Enhancements  GvR
+ SF  343  Anonymous Block Redux and Generator Enhancements  GvR
  S   344  Exception Chaining and Embedded Tracebacks   Yee
  S   345  Metadata for Python Software Packages 1.2    Jones
  SR  346  User Defined ("with") Statements             Coghlan

Modified: peps/trunk/pep-0338.txt
==============================================================================
--- peps/trunk/pep-0338.txt	(original)
+++ peps/trunk/pep-0338.txt	Wed Mar 15 05:17:29 2006
@@ -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: 16-Oct-2004


More information about the Python-checkins mailing list