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

Barry Warsaw bwarsaw@users.sourceforge.net
Wed, 21 Mar 2001 09:31:56 -0800


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

Modified Files:
	pep-0000.txt 
Log Message:
PEP 2 is moved to the Empty category and marked Deferred.

Other empty PEPs 210, 220 are also moved to the Deferred category
since they are effectively empty too.

PEPs 215 and 219 moved to the Py-in-the-sky category for lack of a
better idea.


Index: pep-0000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0000.txt,v
retrieving revision 1.76
retrieving revision 1.77
diff -C2 -r1.76 -r1.77
*** pep-0000.txt	2001/03/20 05:48:05	1.76
--- pep-0000.txt	2001/03/21 17:31:54	1.77
***************
*** 8,11 ****
--- 8,12 ----
  Post-History:
  
+ 
  Introduction
  
***************
*** 24,28 ****
   I     0  pep-0000.txt  Index of Python Enhancement Proposals  Warsaw
   I     1  pep-0001.txt  PEP Guidelines                         Warsaw, Hylton
-  I     2  pep-0002.txt  Procedure for Adding New Modules       Raymond
   I     3  pep-0003.txt  Guidelines for Handling Bug Reports    Hylton
   I     4  pep-0004.txt  Deprecation of Standard Modules        von Loewis
--- 25,28 ----
***************
*** 53,57 ****
   S   242  pep-0242.txt  Numeric Kinds                          Dubois
  
!  Pie-in-the-sky PEPs (not ready; may become active yet)
  
   I   206  pep-0206.txt  2.0 Batteries Included                 Zadka
--- 53,57 ----
   S   242  pep-0242.txt  Numeric Kinds                          Dubois
  
!  Py-in-the-sky PEPs (not ready; may become active yet)
  
   I   206  pep-0206.txt  2.0 Batteries Included                 Zadka
***************
*** 60,65 ****
--- 60,67 ----
   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  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  224  pep-0224.txt  Attribute Docstrings                   Lemburg
***************
*** 67,80 ****
   S   228  pep-0228.txt  Reworking Python's Numeric Model       Zadka
  
-  Incomplete PEPs (only an abstract)
- 
-  SD  219  pep-0219.txt  Stackless Python                       McMillan
-  I   220  pep-0220.txt  Coroutines, Generators, Continuations  McMillan
- 
-  Empty PEPs (nothing written yet)
- 
-  SD  210  pep-0210.txt  Decoupling the Interpreter Loop        Ascher
-  SD  215  pep-0215.txt  String Interpolation                   Yee
- 
   Finished PEPs (done, implemented)
  
--- 69,72 ----
***************
*** 91,94 ****
--- 83,92 ----
   SF  223  pep-0223.txt  Change the Meaning of \x Escapes       Peters
   SF  230  pep-0230.txt  Warning Framework                      van Rossum
+ 
+  Empty PEPs (or containing only an abstract)
+ 
+  ID    2  pep-0002.txt  Procedure for Adding New Modules       Raymond
+  SD  210  pep-0210.txt  Decoupling the Interpreter Loop        Ascher
+  ID  220  pep-0220.txt  Coroutines, Generators, Continuations  McMillan
  
   Rejected PEPs