[Python-checkins] python/nondist/peps pep-0000.txt, 1.330, 1.331 pep-0254.txt, 1.1, 1.2 pep-0342.txt, 1.8, 1.9 pep-0343.txt, 1.26, 1.27

rhettinger@users.sourceforge.net rhettinger at users.sourceforge.net
Tue Jun 28 09:39:11 CEST 2005


Update of /cvsroot/python/python/nondist/peps
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21657

Modified Files:
	pep-0000.txt pep-0254.txt pep-0342.txt pep-0343.txt 
Log Message:
Mark 342 and 343 as accepted.  Mark 254 as abandoned.



Index: pep-0000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0000.txt,v
retrieving revision 1.330
retrieving revision 1.331
diff -u -d -r1.330 -r1.331
--- pep-0000.txt	27 Jun 2005 20:31:42 -0000	1.330
+++ pep-0000.txt	28 Jun 2005 07:39:09 -0000	1.331
@@ -64,6 +64,8 @@
  Accepted PEPs (accepted; may not be implemented yet)
 
  SA  328  Imports: Multi-Line and Absolute/Relative    Aahz
+ SA  342  Coroutines via Enhanced Generators           GvR, Eby
+ SA  343  Anonymous Block Redux and Generator Enhancements  GvR
 
  Open PEPs (under consideration)
 
@@ -74,7 +76,6 @@
  S   243  Module Repository Upload Mechanism           Reifschneider
  S   245  Python Interface Syntax                      Pelletier
  S   246  Object Adaptation                            Evans
- S   254  Making Classes Look More Like Types          GvR
  S   256  Docstring Processing System Framework        Goodger
  S   258  Docutils Design Specification                Goodger
  S   266  Optimizing Global Variable/Attribute Access  Montanaro
@@ -105,8 +106,6 @@
  S   337  Logging Usage in the Standard Library        Dubner
  S   338  Executing modules inside packages with '-m'  Coghlan
  S   341  Unifying try-except and try-finally          Birkenfeld
- S   342  Coroutines via Enhanced Generators           GvR, Eby
- S   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
  S   754  IEEE 754 Floating Point Special Values       Warnes
@@ -190,6 +189,7 @@
  SR  240  Adding a Rational Literal to Python          Craig, Zadka 
  SR  242  Numeric Kinds                                Dubois
  SR  244  The `directive' Statement                    von Loewis
+ SR  254  Making Classes Look More Like Types          GvR
  SR  259  Omit printing newline after newline          GvR
  SD  262  Database of Installed Python Packages        Kuchling
  SR  265  Sorting Dictionaries by Value                Griffin
@@ -296,7 +296,7 @@
  IF  251  Python 2.2 Release Schedule                  Warsaw, GvR
  SF  252  Making Types Look More Like Classes          GvR
  SF  253  Subtyping Built-in Types                     GvR
- S   254  Making Classes Look More Like Types          GvR
+ SR  254  Making Classes Look More Like Types          GvR
  SF  255  Simple Generators                            Schemenauer, et al
  S   256  Docstring Processing System Framework        Goodger
  I   257  Docstring Conventions                        Goodger, GvR
@@ -383,8 +383,8 @@
  I   339  How to Change CPython's Bytecode             Cannon
  SR  340  Anonymous Block Statements                   GvR
  S   341  Unifying try-except and try-finally          Birkenfeld
- S   342  Coroutines via Enhanced Generators           GvR, Eby
- S   343  Anonymous Block Redux and Generator Enhancements  GvR
+ SA  342  Coroutines via Enhanced Generators           GvR, Eby
+ SA  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

Index: pep-0254.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0254.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- pep-0254.txt	18 Jun 2001 18:13:07 -0000	1.1
+++ pep-0254.txt	28 Jun 2005 07:39:09 -0000	1.2
@@ -2,7 +2,7 @@
 Title: Making Classes Look More Like Types
 Version: $Revision$
 Author: guido at python.org (Guido van Rossum)
-Status: Draft
+Status: Rejected
 Type: Standards Track
 Python-Version: 2.2
 Created: 18-June-2001
@@ -12,6 +12,12 @@
 
     This PEP has not been written yet.  Watch this space!
 
+Status
+
+    This PEP was a stub entry and eventually abandoned without having
+    been filled-out.  Substantially most of the intended functionality
+    was implemented in Py2.2 with new-style types and classes.
+
 
 Copyright
 

Index: pep-0342.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0342.txt,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- pep-0342.txt	26 Jun 2005 16:51:37 -0000	1.8
+++ pep-0342.txt	28 Jun 2005 07:39:09 -0000	1.9
@@ -3,7 +3,7 @@
 Version: $Revision$
 Last-Modified: $Date$
 Author: Guido van Rossum, Phillip J. Eby
-Status: Draft
+Status: Accepted
 Type: Standards Track
 Content-Type: text/plain
 Created: 10-May-2005

Index: pep-0343.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0343.txt,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- pep-0343.txt	26 Jun 2005 02:21:21 -0000	1.26
+++ pep-0343.txt	28 Jun 2005 07:39:09 -0000	1.27
@@ -3,7 +3,7 @@
 Version: $Revision$
 Last-Modified: $Date$
 Author: Guido van Rossum
-Status: Draft
+Status: Accepted
 Type: Standards Track
 Content-Type: text/plain
 Created: 13-May-2005



More information about the Python-checkins mailing list