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

Barry Warsaw bwarsaw@users.sourceforge.net
Mon, 11 Feb 2002 08:11:34 -0800


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

Modified Files:
	pep-0000.txt 
Log Message:
PEPs 211, 212, 213, 218, 219, 225, all of which were marked `D' have
been moved to the Deferred section.

PEP 241 is marked Final and moved to the Finished section.

PEP 222 is marked Deferred and moved to the Deferred section.


Index: pep-0000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0000.txt,v
retrieving revision 1.155
retrieving revision 1.156
diff -C2 -d -r1.155 -r1.156
*** pep-0000.txt	11 Feb 2002 02:13:54 -0000	1.155
--- pep-0000.txt	11 Feb 2002 16:11:31 -0000	1.156
***************
*** 54,71 ****
   I   206  2.0 Batteries Included                       Zadka
   S   209  Adding Multidimensional Arrays               Barrett, Oliphant
-  SD  211  Adding A New Outer Product Operator          Wilson
-  SD  212  Loop Counter Iteration                       Schneider-Kamp
-  SD  213  Attribute Access Handlers                    Prescod
   S   215  String Interpolation                         Yee
   I   216  Docstring Format                             Zadka
-  SD  218  Adding a Built-In Set Object Type            Wilson
-  SD  219  Stackless Python                             McMillan
-  S   222  Web Library Enhancements                     Kuchling
-  SD  225  Elementwise/Objectwise Operators             Zhu, Lielens
   S   228  Reworking Python's Numeric Model             Zadka, van Rossum
   S   237  Unifying Long Integers and Integers          Zadka, van Rossum
   S   239  Adding a Rational Type to Python             Zadka
   S   240  Adding a Rational Literal to Python          Zadka
-  S   241  Metadata for Python Software Packages        Kuchling
   S   242  Numeric Kinds                                Dubois
   S   243  Module Repository Upload Mechanism           Reifschneider
--- 54,63 ----
***************
*** 117,120 ****
--- 109,113 ----
   SF  236  Back to the __future__                       Peters
   SF  238  Changing the Division Operator               Zadka, van Rossum
+  SF  241  Metadata for Python Software Packages        Kuchling
   SF  250  Using site-packages on Windows               Moore
   IF  251  Python 2.2 Release Schedule                  Warsaw, van Rossum
***************
*** 133,137 ****
--- 126,137 ----
  
   SR  204  Range Literals                               Wouters
+  SD  211  Adding A New Outer Product Operator          Wilson
+  SD  212  Loop Counter Iteration                       Schneider-Kamp
+  SD  213  Attribute Access Handlers                    Prescod
+  SD  218  Adding a Built-In Set Object Type            Wilson
+  SD  219  Stackless Python                             McMillan
+  SD  222  Web Library Enhancements                     Kuchling
   SR  224  Attribute Docstrings                         Lemburg
+  SD  225  Elementwise/Objectwise Operators             Zhu, Lielens
   SR  231  __findattr__()                               Warsaw
   SD  233  Python Online Help                           Prescod
***************
*** 185,189 ****
   ID  220  Coroutines, Generators, Continuations        McMillan
   SF  221  Import As                                    Wouters
!  S   222  Web Library Enhancements                     Kuchling
   SF  223  Change the Meaning of \x Escapes             Peters
   SR  224  Attribute Docstrings                         Lemburg
--- 185,189 ----
   ID  220  Coroutines, Generators, Continuations        McMillan
   SF  221  Import As                                    Wouters
!  SD  222  Web Library Enhancements                     Kuchling
   SF  223  Change the Meaning of \x Escapes             Peters
   SR  224  Attribute Docstrings                         Lemburg
***************
*** 204,208 ****
   S   239  Adding a Rational Type to Python             Zadka
   S   240  Adding a Rational Literal to Python          Zadka
!  S   241  Metadata for Python Software Packages        Kuchling
   S   242  Numeric Kinds                                Dubois
   S   243  Module Repository Upload Mechanism           Reifschneider
--- 204,208 ----
   S   239  Adding a Rational Type to Python             Zadka
   S   240  Adding a Rational Literal to Python          Zadka
!  SF  241  Metadata for Python Software Packages        Kuchling
   S   242  Numeric Kinds                                Dubois
   S   243  Module Repository Upload Mechanism           Reifschneider