[Python-checkins] r45744 - peps/trunk/pep-0000.txt peps/trunk/pep-0266.txt peps/trunk/pep-0298.txt peps/trunk/pep-0304.txt

neal.norwitz python-checkins at python.org
Thu Apr 27 10:47:56 CEST 2006


Author: neal.norwitz
Date: Thu Apr 27 10:47:55 2006
New Revision: 45744

Modified:
   peps/trunk/pep-0000.txt
   peps/trunk/pep-0266.txt
   peps/trunk/pep-0298.txt
   peps/trunk/pep-0304.txt
Log:
Authors withdrew some PEPs by mail on python-dev (Apr 26, 2006).


Modified: peps/trunk/pep-0000.txt
==============================================================================
--- peps/trunk/pep-0000.txt	(original)
+++ peps/trunk/pep-0000.txt	Thu Apr 27 10:47:55 2006
@@ -79,7 +79,6 @@
  S   243  Module Repository Upload Mechanism           Reifschneider
  S   256  Docstring Processing System Framework        Goodger
  S   258  Docutils Design Specification                Goodger
- S   266  Optimizing Global Variable/Attribute Access  Montanaro
  S   267  Optimized Access to Module Namespaces        Hylton
  S   268  Extended HTTP functionality and WebDAV       Stein
  S   275  Switching on Multiple Values                 Lemburg
@@ -87,9 +86,7 @@
  S   286  Enhanced Argument Tuples                     von Loewis
  I   287  reStructuredText Docstring Format            Goodger
  S   297  Support for System Upgrades                  Lemburg
- S   298  The Locked Buffer Interface                  Heller
  S   302  New Import Hooks                             JvR, Moore
- S   304  Controlling Generation of Bytecode Files     Montanaro
  S   314  Metadata for Python Software Packages v1.1   Kuchling, Jones
  S   323  Copyable Iterators                           Martelli
  S   331  Locale-Independent Float/String Conversions  Reis
@@ -152,6 +149,7 @@
  SF  289  Generator Expressions                        Hettinger
  SF  292  Simpler String Substitutions                 Warsaw
  SF  293  Codec Error Handling Callbacks               Dörwald
+ SW  298  The Locked Buffer Interface                  Heller
  SF  301  Package Index and Metadata for Distutils     Jones
  SF  305  CSV File API                                 Montanaro, et al
  SF  307  Extensions to the pickle protocol            GvR, Peters
@@ -201,6 +199,7 @@
  SR  259  Omit printing newline after newline          GvR
  SD  262  Database of Installed Python Packages        Kuchling
  SR  265  Sorting Dictionaries by Value                Griffin
+ SW  266  Optimizing Global Variable/Attribute Access  Montanaro
  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
@@ -214,6 +213,7 @@
  SR  296  Adding a bytes Object Type                   Gilbert
  SR  299  Special __main__() function in modules       Epler
  SR  303  Extend divmod() for Multiple Divisors        Bellman
+ SW  304  Controlling Generation of Bytecode Files     Montanaro
  SR  310  Reliable Acquisition/Release Pairs           Hudson, Moore
  SD  312  Simple Implicit Lambda                       Suzi, Martelli
  SR  313  Adding Roman Numeral Literals to Python      Meyer
@@ -327,7 +327,7 @@
  SF  263  Defining Python Source Code Encodings        Lemburg
  SF  264  Future statements in simulated shells        Hudson
  SR  265  Sorting Dictionaries by Value                Griffin
- S   266  Optimizing Global Variable/Attribute Access  Montanaro
+ SW  266  Optimizing Global Variable/Attribute Access  Montanaro
  S   267  Optimized Access to Module Namespaces        Hylton
  S   268  Extended HTTP functionality and WebDAV       Stein
  S   269  Pgen Module for Python                       Riehl
@@ -359,12 +359,12 @@
  SR  295  Interpretation of multiline string constants Koltsov
  SR  296  Adding a bytes Object Type                   Gilbert
  S   297  Support for System Upgrades                  Lemburg
- S   298  The Locked Buffer Interface                  Heller
+ SW  298  The Locked Buffer Interface                  Heller
  SR  299  Special __main__() function in modules       Epler
  SF  301  Package Index and Metadata for Distutils     Jones
  S   302  New Import Hooks                             JvR, Moore
  SR  303  Extend divmod() for Multiple Divisors        Bellman
- S   304  Controlling Generation of Bytecode Files     Montanaro
+ SW  304  Controlling Generation of Bytecode Files     Montanaro
  SF  305  CSV File API                                 Montanaro, et al
  I   306  How to Change Python's Grammar               Hudson
  SF  307  Extensions to the pickle protocol            GvR, Peters

Modified: peps/trunk/pep-0266.txt
==============================================================================
--- peps/trunk/pep-0266.txt	(original)
+++ peps/trunk/pep-0266.txt	Thu Apr 27 10:47:55 2006
@@ -3,7 +3,7 @@
 Version: $Revision$
 Last-Modified: $Date$
 Author: skip at pobox.com (Skip Montanaro)
-Status: Draft
+Status: Withdrawn
 Type: Standards Track
 Python-Version: 2.3
 Created: 13-Aug-2001

Modified: peps/trunk/pep-0298.txt
==============================================================================
--- peps/trunk/pep-0298.txt	(original)
+++ peps/trunk/pep-0298.txt	Thu Apr 27 10:47:55 2006
@@ -3,7 +3,7 @@
 Version: $Revision$
 Last-Modified: $Date$
 Author: Thomas Heller <theller at python.net>
-Status: Draft
+Status: Withdrawn
 Type: Standards Track
 Created: 26-Jul-2002
 Python-Version: 2.3

Modified: peps/trunk/pep-0304.txt
==============================================================================
--- peps/trunk/pep-0304.txt	(original)
+++ peps/trunk/pep-0304.txt	Thu Apr 27 10:47:55 2006
@@ -3,7 +3,7 @@
 Version: $Revision$
 Last-Modified: $Date$
 Author: Skip Montanaro
-Status: Draft
+Status: Withdrawn
 Type: Standards Track
 Content-Type: text/x-rst
 Created: 22-Jan-2003


More information about the Python-checkins mailing list