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

Barry Warsaw bwarsaw@users.sourceforge.net
Fri, 02 Nov 2001 14:48:23 -0800


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

Modified Files:
	pep-0000.txt 
Log Message:
Fixed a bunch of inconsistencies, reported by Neal Norwitz.


Index: pep-0000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0000.txt,v
retrieving revision 1.144
retrieving revision 1.145
diff -C2 -d -r1.144 -r1.145
*** pep-0000.txt	2001/10/31 15:52:30	1.144
--- pep-0000.txt	2001/11/02 22:48:21	1.145
***************
*** 54,63 ****
   I   206  2.0 Batteries Included                       Zadka
   S   209  Adding Multidimensional Arrays               Barrett, Oliphant
!  S   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
!  S   218  Adding a Built-In Set Object Type            Wilson
   SD  219  Stackless Python                             McMillan
   S   222  Web Library Enhancements                     Kuchling
--- 54,63 ----
   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
***************
*** 140,144 ****
   I     0  Index of Python Enhancement Proposals        Warsaw
   I     1  PEP Guidelines                               Warsaw, Hylton
!  I     2  Procedure for Adding New Modules             Raymond
   I     3  Guidelines for Handling Bug Reports          Hylton
   I     4  Deprecation of Standard Modules              von Loewis
--- 140,144 ----
   I     0  Index of Python Enhancement Proposals        Warsaw
   I     1  PEP Guidelines                               Warsaw, Hylton
!  ID    2  Procedure for Adding New Modules             Raymond
   I     3  Guidelines for Handling Bug Reports          Hylton
   I     4  Deprecation of Standard Modules              von Loewis
***************
*** 174,182 ****
   SD  218  Adding a Built-In Set Object Type            Wilson
   SD  219  Stackless Python                             McMillan
!  I   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
!  SD  224  Attribute Docstrings                         Lemburg
   SD  225  Elementwise/Objectwise Operators             Zhu, Lielens
   I   226  Python 2.1 Release Schedule                  Hylton
--- 174,182 ----
   SD  218  Adding a Built-In Set Object Type            Wilson
   SD  219  Stackless Python                             McMillan
!  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
   SD  225  Elementwise/Objectwise Operators             Zhu, Lielens
   I   226  Python 2.1 Release Schedule                  Hylton
***************
*** 184,188 ****
   S   228  Reworking Python's Numeric Model             Zadka, van Rossum
   SF  229  Using Distutils to Build Python              Kuchling
!  S   230  Warning Framework                            van Rossum
   SR  231  __findattr__()                               Warsaw
   SF  232  Function Attributes                          Warsaw
--- 184,188 ----
   S   228  Reworking Python's Numeric Model             Zadka, van Rossum
   SF  229  Using Distutils to Build Python              Kuchling
!  SF  230  Warning Framework                            van Rossum
   SR  231  __findattr__()                               Warsaw
   SF  232  Function Attributes                          Warsaw
***************
*** 204,208 ****
   I   248  Python Database API Specification v1.0       Lemburg
   I   249  Python Database API Specification v2.0       Lemburg
!  SF  250  Using site-packages on All Platforms         Moore
   I   251  Python 2.2 Release Schedule                  van Rossum, Warsaw
   S   252  Making Types Look More Like Classes          van Rossum
--- 204,208 ----
   I   248  Python Database API Specification v1.0       Lemburg
   I   249  Python Database API Specification v2.0       Lemburg
!  SF  250  Using site-packages on Windows               Moore
   I   251  Python 2.2 Release Schedule                  van Rossum, Warsaw
   S   252  Making Types Look More Like Classes          van Rossum