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

brett.cannon python-checkins at python.org
Wed Mar 29 21:18:47 CEST 2006


Author: brett.cannon
Date: Wed Mar 29 21:18:47 2006
New Revision: 43422

Modified:
   peps/trunk/pep-0000.txt
   peps/trunk/pep-0299.txt
Log:
Reject PEP 299 per Guido's request:
http://mail.python.org/pipermail/python-dev/2006-March/062968.html


Modified: peps/trunk/pep-0000.txt
==============================================================================
--- peps/trunk/pep-0000.txt	(original)
+++ peps/trunk/pep-0000.txt	Wed Mar 29 21:18:47 2006
@@ -86,7 +86,6 @@
  I   287  reStructuredText Docstring Format            Goodger
  S   297  Support for System Upgrades                  Lemburg
  S   298  The Locked Buffer Interface                  Heller
- S   299  Special __main__() function in modules       Epler
  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
@@ -207,6 +206,7 @@
  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
+ SR  299  Special __main__() function in modules       Epler
  SR  303  Extend divmod() for Multiple Divisors        Bellman
  SR  310  Reliable Acquisition/Release Pairs           Hudson, Moore
  SD  312  Simple Implicit Lambda                       Suzi, Martelli
@@ -353,7 +353,7 @@
  SR  296  Adding a bytes Object Type                   Gilbert
  S   297  Support for System Upgrades                  Lemburg
  S   298  The Locked Buffer Interface                  Heller
- S   299  Special __main__() function in modules       Epler
+ 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

Modified: peps/trunk/pep-0299.txt
==============================================================================
--- peps/trunk/pep-0299.txt	(original)
+++ peps/trunk/pep-0299.txt	Wed Mar 29 21:18:47 2006
@@ -3,7 +3,7 @@
 Version: $Revision$
 Last-Modified: $Date$
 Author: Jeff Epler <jepler at unpythonic.net>
-Status: Draft
+Status: Rejected
 Type: Standards Track
 Created: 12-Aug-2002
 Python-version: 2.3


More information about the Python-checkins mailing list