[Python-checkins] CVS: python/nondist/peps pep-0000.txt,1.111,1.112

Guido van Rossum gvanrossum@users.sourceforge.net
Wed, 01 Aug 2001 11:34:01 -0700


Update of /cvsroot/python/python/nondist/peps
In directory usw-pr-cvs1:/tmp/cvs-serv13529

Modified Files:
	pep-0000.txt 
Log Message:
Reorganized the classifications, splitting Active into Accepted and
Open.  There are now:

 Meta-PEPs (PEPs about PEPs or Process)
 Other Informational PEPs
 Accepted PEPs (accepted for Python 2.2; may not be implemented yet)
 Open PEPs (under consideration for Python 2.2)
 Py-in-the-sky PEPs (not considered for Python 2.2)
 Finished PEPs (done, implemented in CVS)
 Empty PEPs (or containing only an abstract)
 Deferred, Abandoned, and Rejected PEPs

Moved some of the original Active to Finished, some to Py-in-the-sky.


Index: pep-0000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0000.txt,v
retrieving revision 1.111
retrieving revision 1.112
diff -C2 -d -r1.111 -r1.112
*** pep-0000.txt	2001/07/29 09:50:01	1.111
--- pep-0000.txt	2001/08/01 18:33:59	1.112
***************
*** 39,86 ****
   I   249  pep-0249.txt  Python Database API Specification v2.0 Lemburg
  
!  Active PEPs (under consideration for Python 2.2)
  
-  I    42  pep-0042.txt  Small Feature Requests                 Hylton
-  S   211  pep-0211.txt  Adding A New Outer Product Operator    Wilson
-  S   218  pep-0218.txt  Adding a Built-In Set Object Type      Wilson
-  S   234  pep-0234.txt  Iterators                              Yee, van Rossum
-  S   237  pep-0237.txt  Unifying Long Integers and Integers  Zadka, van Rossum
   S   238  pep-0238.txt  Changing the Division Operator       Zadka, van Rossum
-  S   239  pep-0239.txt  Adding a Rational Type to Python       Zadka
-  S   240  pep-0240.txt  Adding a Rational Literal to Python    Zadka
-  S   241  pep-0241.txt  Metadata for Python Software Packages  Kuchling
-  S   242  pep-0242.txt  Numeric Kinds                          Dubois
-  S   243  pep-0243.txt  Module Repository Upload Mechanism     Reifschneider
-  S   244  pep-0244.txt  The `directive' Statement              von Loewis
-  S   245  pep-0245.txt  Python Interface Syntax                Pelletier
-  S   246  pep-0246.txt  Object Adaptation                      Evans
   S   250  pep-0250.txt  Using site-packages on All Platforms   Moore
   I   251  pep-0251.txt  Python 2.2 Release Schedule            van Rossum
   S   252  pep-0252.txt  Making Types Look More Like Classes    van Rossum
   S   253  pep-0253.txt  Subtyping Built-in Types               van Rossum
   S   254  pep-0254.txt  Making Classes Look More Like Types    van Rossum
-  S   255  pep-0255.txt  Simple Generators                    Schemenauer, et al
   S   256  pep-0256.txt  Docstring Processing System Framework  Goodger
   S   257  pep-0257.txt  Docstring Conventions               Goodger, van Rossum
   S   258  pep-0258.txt  DPS Generic Implementation Details     Goodger
-  S   260  pep-0260.txt  Simplify xrange()                      van Rossum
-  S   261  pep-0261.txt  Support for "wide" Unicode characters  Prescod
   S   262  pep-0262.txt  Database of Installed Python Packages  Kuchling
   S   263  pep-0263.txt  Defining Python Source Code Encodings  Lemburg
  
!  Py-in-the-sky PEPs (not ready; may become active yet)
  
   I   206  pep-0206.txt  2.0 Batteries Included                 Zadka
   S   209  pep-0209.txt  Adding Multidimensional Arrays        Barrett, Oliphant
   SD  212  pep-0212.txt  Loop Counter Iteration                 Schneider-Kamp
   SD  213  pep-0213.txt  Attribute Access Handlers              Prescod
   S   215  pep-0215.txt  String Interpolation                   Yee
   I   216  pep-0216.txt  Docstring Format                       Zadka
   SD  219  pep-0219.txt  Stackless Python                       McMillan
   S   222  pep-0222.txt  Web Library Enhancements               Kuchling
   SD  225  pep-0225.txt  Elementwise/Objectwise Operators       Zhu, Lielens
   S   228  pep-0228.txt  Reworking Python's Numeric Model     Zadka, van Rossum
  
!  Finished PEPs (done, implemented)
  
   SF  100  pep-0100.txt  Python Unicode Integration             Lemburg
--- 39,85 ----
   I   249  pep-0249.txt  Python Database API Specification v2.0 Lemburg
  
!  Accepted PEPs (accepted for Python 2.2; may not be implemented yet)
  
   S   238  pep-0238.txt  Changing the Division Operator       Zadka, van Rossum
   S   250  pep-0250.txt  Using site-packages on All Platforms   Moore
   I   251  pep-0251.txt  Python 2.2 Release Schedule            van Rossum
   S   252  pep-0252.txt  Making Types Look More Like Classes    van Rossum
   S   253  pep-0253.txt  Subtyping Built-in Types               van Rossum
+ 
+  Open PEPs (under consideration for Python 2.2)
+ 
+  I    42  pep-0042.txt  Small Feature Requests                 Hylton
+  S   237  pep-0237.txt  Unifying Long Integers and Integers  Zadka, van Rossum
+  S   241  pep-0241.txt  Metadata for Python Software Packages  Kuchling
+  S   243  pep-0243.txt  Module Repository Upload Mechanism     Reifschneider
+  S   244  pep-0244.txt  The `directive' Statement              von Loewis
   S   254  pep-0254.txt  Making Classes Look More Like Types    van Rossum
   S   256  pep-0256.txt  Docstring Processing System Framework  Goodger
   S   257  pep-0257.txt  Docstring Conventions               Goodger, van Rossum
   S   258  pep-0258.txt  DPS Generic Implementation Details     Goodger
   S   262  pep-0262.txt  Database of Installed Python Packages  Kuchling
   S   263  pep-0263.txt  Defining Python Source Code Encodings  Lemburg
  
!  Py-in-the-sky PEPs (not considered for Python 2.2)
  
   I   206  pep-0206.txt  2.0 Batteries Included                 Zadka
   S   209  pep-0209.txt  Adding Multidimensional Arrays        Barrett, Oliphant
+  S   211  pep-0211.txt  Adding A New Outer Product Operator    Wilson
   SD  212  pep-0212.txt  Loop Counter Iteration                 Schneider-Kamp
   SD  213  pep-0213.txt  Attribute Access Handlers              Prescod
   S   215  pep-0215.txt  String Interpolation                   Yee
   I   216  pep-0216.txt  Docstring Format                       Zadka
+  S   218  pep-0218.txt  Adding a Built-In Set Object Type      Wilson
   SD  219  pep-0219.txt  Stackless Python                       McMillan
   S   222  pep-0222.txt  Web Library Enhancements               Kuchling
   SD  225  pep-0225.txt  Elementwise/Objectwise Operators       Zhu, Lielens
   S   228  pep-0228.txt  Reworking Python's Numeric Model     Zadka, van Rossum
+  S   239  pep-0239.txt  Adding a Rational Type to Python       Zadka
+  S   240  pep-0240.txt  Adding a Rational Literal to Python    Zadka
+  S   242  pep-0242.txt  Numeric Kinds                          Dubois
+  S   245  pep-0245.txt  Python Interface Syntax                Pelletier
+  S   246  pep-0246.txt  Object Adaptation                      Evans
  
!  Finished PEPs (done, implemented in CVS)
  
   SF  100  pep-0100.txt  Python Unicode Integration             Lemburg
***************
*** 102,107 ****
--- 101,110 ----
   SF  230  pep-0230.txt  Warning Framework                      van Rossum
   SF  232  pep-0232.txt  Function Attributes                    Warsaw
+  S   234  pep-0234.txt  Iterators                              Yee, van Rossum
   SF  235  pep-0235.txt  Import on Case-Insensitive Platforms   Peters
   SF  236  pep-0236.txt  Back to the __future__                 Peters
+  S   255  pep-0255.txt  Simple Generators                    Schemenauer, et al
+  S   260  pep-0260.txt  Simplify xrange()                      van Rossum
+  S   261  pep-0261.txt  Support for "wide" Unicode characters  Prescod
  
   Empty PEPs (or containing only an abstract)