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

guido.van.rossum python-checkins at python.org
Wed Apr 5 22:06:56 CEST 2006


Author: guido.van.rossum
Date: Wed Apr  5 22:06:56 2006
New Revision: 43673

Modified:
   peps/trunk/pep-0000.txt
Log:
Added PEP 3000 lines.


Modified: peps/trunk/pep-0000.txt
==============================================================================
--- peps/trunk/pep-0000.txt	(original)
+++ peps/trunk/pep-0000.txt	Wed Apr  5 22:06:56 2006
@@ -43,6 +43,7 @@
  I    11  Removing support for little used platforms   von Loewis
  I    12  Sample reStructuredText PEP Template         Goodger, Warsaw
  P   347  Migrating the Python CVS to Subversion       von Löwis
+ P  3000  Python 3000                                  GvR
  P  3001  Reviewing and improving stdlib modules       Brandl
  I  3099  Things that will Not Change in Python 3000   Brandl
 
@@ -75,8 +76,6 @@
  S   228  Reworking Python's Numeric Model             Zadka, GvR
  S   237  Unifying Long Integers and Integers          Zadka, GvR
  S   243  Module Repository Upload Mechanism           Reifschneider
- S   245  Python Interface Syntax                      Pelletier
- S   246  Object Adaptation                            Evans
  S   256  Docstring Processing System Framework        Goodger
  S   258  Docutils Design Specification                Goodger
  S   266  Optimizing Global Variable/Attribute Access  Montanaro
@@ -193,6 +192,8 @@
  SR  240  Adding a Rational Literal to Python          Craig, Zadka
  SR  242  Numeric Kinds                                Dubois
  SR  244  The `directive' Statement                    von Loewis
+ SR  245  Python Interface Syntax                      Pelletier
+ SR  246  Object Adaptation                            Evans
  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
@@ -301,8 +302,8 @@
  SR  242  Numeric Kinds                                Dubois
  S   243  Module Repository Upload Mechanism           Reifschneider
  SR  244  The `directive' Statement                    von Loewis
- S   245  Python Interface Syntax                      Pelletier
- S   246  Object Adaptation                            Evans
+ SR  245  Python Interface Syntax                      Pelletier
+ SR  246  Object Adaptation                            Evans
  IF  247  API for Cryptographic Hash Functions         Kuchling
  IF  248  Python Database API Specification v1.0       Lemburg
  IF  249  Python Database API Specification v2.0       Lemburg
@@ -416,6 +417,7 @@
  S   358  The "bytes" Object                           Schemenauer
  SR  666  Reject Foolish Indentation                   Creighton
  S   754  IEEE 754 Floating Point Special Values       Warnes
+ P  3000  Python 3000                                  GvR
  P  3001  Reviewing and improving stdlib modules       Brandl
  I  3099  Things that will Not Change in Python 3000   Brandl
  I  3100  Python 3.0 Plans                             Kuchling, Cannon


More information about the Python-checkins mailing list