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

neal.norwitz python-checkins at python.org
Thu Apr 27 10:43:41 CEST 2006


Author: neal.norwitz
Date: Thu Apr 27 10:43:40 2006
New Revision: 45743

Modified:
   peps/trunk/pep-0000.txt
Log:
Add withdrawn to the key/legend and use W to denote those PEPs already withdrawn.

Modified: peps/trunk/pep-0000.txt
==============================================================================
--- peps/trunk/pep-0000.txt	(original)
+++ peps/trunk/pep-0000.txt	Thu Apr 27 10:43:40 2006
@@ -179,7 +179,7 @@
  Deferred, Abandoned, Withdrawn, and Rejected PEPs
 
  SR  204  Range Literals                               Wouters
- IR  206  Python Advanced Library                      Kuchling
+ IW  206  Python Advanced Library                      Kuchling
  SD  211  Adding A New Outer Product Operator          Wilson
  SD  212  Loop Counter Iteration                       Schneider-Kamp
  SD  213  Attribute Access Handlers                    Prescod
@@ -204,11 +204,11 @@
  SD  269  Pgen Module for Python                       Riehl
  SR  270  uniq method for list objects                 Petrone
  SR  271  Prefixing sys.path by command line option    Giacometti
- SR  274  Dict Comprehensions                          Warsaw
+ SW  274  Dict Comprehensions                          Warsaw
  SR  276  Simple Iterator for ints                     Althoff
  SR  281  Loop Counter Iteration with range and xrange Hetland
  SR  284  Integer for-loops                            Eppstein, Ewing
- SR  288  Generators Attributes and Exceptions         Hettinger
+ SW  288  Generators Attributes and Exceptions         Hettinger
  SR  294  Type Names in the types Module               Tirosh
  SR  295  Interpretation of multiline string constants Koltsov
  SR  296  Adding a bytes Object Type                   Gilbert
@@ -221,7 +221,7 @@
  SD  316  Programming by Contract for Python           Way
  SR  317  Eliminate Implicit Exception Instantiation   Taschuk
  SR  319  Python Synchronize/Asynchronize Block        Pelletier
- SR  321  Date/Time Parsing and Formatting             Kuchling
+ SW  321  Date/Time Parsing and Formatting             Kuchling
  SR  325  Resource-Release Support for Generators      Pedroni
  SR  326  A Case for Top and Bottom Values             Carlson, Reedy
  SR  329  Treating Builtins as Constants in the Standard Library  Hettinger
@@ -229,7 +229,7 @@
  SR  332  Byte vectors and String/Unicode Unification  Montanaro
  SR  336  Make None Callable                           McClelland
  SR  340  Anonymous Block Statements                   GvR
- SR  346  User Defined ("with") Statements             Coghlan
+ SW  346  User Defined ("with") Statements             Coghlan
  SR  348  Exception Reorganization for Python 3.0      Cannon
  SD  349  Allow str() to return unicode strings        Schemenauer
  SR  351  The freeze protocol                          Warsaw
@@ -267,7 +267,7 @@
  SF  203  Augmented Assignments                        Wouters
  SR  204  Range Literals                               Wouters
  S   205  Weak References                              Drake
- IR  206  Python Advanced Library                      Kuchling
+ IW  206  Python Advanced Library                      Kuchling
  SF  207  Rich Comparisons                             GvR, Ascher
  SF  208  Reworking the Coercion Model                 Schemenauer, Lemburg
  S   209  Adding Multidimensional Arrays               Barrett, Oliphant
@@ -335,7 +335,7 @@
  SR  271  Prefixing sys.path by command line option    Giacometti
  IF  272  API for Block Encryption Algorithms v1.0     Kuchling
  SF  273  Import Modules from Zip Archives             Ahlstrom
- SR  274  Dict Comprehensions                          Warsaw
+ SW  274  Dict Comprehensions                          Warsaw
  S   275  Switching on Multiple Values                 Lemburg
  SR  276  Simple Iterator for ints                     Althoff
  SF  277  Unicode file name support for Windows NT     Hodgson
@@ -349,7 +349,7 @@
  SF  285  Adding a bool type                           GvR
  S   286  Enhanced Argument Tuples                     von Loewis
  I   287  reStructuredText Docstring Format            Goodger
- SR  288  Generators Attributes and Exceptions         Hettinger
+ SW  288  Generators Attributes and Exceptions         Hettinger
  SF  289  Generator Expressions                        Hettinger
  I   290  Code Migration and Modernization             Hettinger
  I   291  Backward Compatibility for Standard Library  Norwitz
@@ -381,7 +381,7 @@
  SF  318  Decorators for Functions and Methods         Smith, et al
  SR  319  Python Synchronize/Asynchronize Block        Pelletier
  IF  320  Python 2.4 Release Schedule                  Warsaw, et al
- SR  321  Date/Time Parsing and Formatting             Kuchling
+ SW  321  Date/Time Parsing and Formatting             Kuchling
  SF  322  Reverse Iteration                            Hettinger
  S   323  Copyable Iterators                           Martelli
  SF  324  subprocess - New POSIX process module        Astrand
@@ -406,7 +406,7 @@
  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
+ SW  346  User Defined ("with") Statements             Coghlan
  P   347  Migrating the Python CVS to Subversion       von Löwis
  SR  348  Exception Reorganization for Python 3.0      Cannon
  SD  349  Allow str() to return unicode strings        Schemenauer
@@ -438,6 +438,7 @@
 
     A - Accepted proposal
     R - Rejected proposal
+    W - Withdrawn proposal
     D - Deferred proposal
     F - Final proposal
 


More information about the Python-checkins mailing list