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

Barry Warsaw bwarsaw@users.sourceforge.net
Wed, 18 Apr 2001 03:27:05 -0700


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

Modified Files:
	pep-0000.txt 
Log Message:
PEP 6 is (slightly) renamed to "Bug Fix Releases"

Active PEPs are now those under consideration for Python 2.2

Future PEPs category removed (for now)

PEPs 205, 226, 227, 229, 235, 236 moved to Finished (although not all
are marked Final yet; waiting for confirmation from PEP owners).

PEP 243 moved to Active PEPs

PEP 233 moved to Deferred, but this will probably change to Finished
once Paul updates the text.

Added PEP 250, Using site-packages on All Platforms, Moore

Added PEP 251, Python 2.2 Release Schedule, Warsaw (for now)

PEP 160 marked as Final

Rejected PEPs category expanded to Deferred, Abandoned, and Rejected


Index: pep-0000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0000.txt,v
retrieving revision 1.86
retrieving revision 1.87
diff -C2 -r1.86 -r1.87
*** pep-0000.txt	2001/03/30 16:29:44	1.86
--- pep-0000.txt	2001/04/18 10:27:03	1.87
***************
*** 28,32 ****
   I     4  pep-0004.txt  Deprecation of Standard Modules        von Loewis
   I     5  pep-0005.txt  Guidelines for Language Evolution      Prescod
!  I     6  pep-0006.txt  Patch and Bug Fix Releases             Aahz
  
   Other Informational PEPs
--- 28,32 ----
   I     4  pep-0004.txt  Deprecation of Standard Modules        von Loewis
   I     5  pep-0005.txt  Guidelines for Language Evolution      Prescod
!  I     6  pep-0006.txt  Bug Fix Releases                       Aahz
  
   Other Informational PEPs
***************
*** 36,53 ****
   I   249  pep-0249.txt  Python Database API Specification v2.0 Lemburg
  
!  Active PEPs (under serious consideration for Python 2.1 - even if empty)
  
   I    42  pep-0042.txt  Small Feature Requests                 Hylton
-  S   205  pep-0205.txt  Weak References                        Drake
-  I   226  pep-0226.txt  Python 2.1 Release Schedule            Hylton
-  S   227  pep-0227.txt  Statically Nested Scopes               Hylton
-  S   229  pep-0229.txt  Using Distutils to Build Python        Kuchling
-  S   233  pep-0233.txt  Python Online Help                     Prescod
-  S   235  pep-0235.txt  Import on Case-Insensitive Platforms   Peters
-  S   236  pep-0236.txt  Back to the __future__                 Peters
-  S   243  pep-0243.txt  Module Repository Upload Mechanism     Reifschneider
- 
-  Future PEPs (in consideration for Python 2.2)
- 
   S   234  pep-0234.txt  Iterators                              Yee
   S   237  pep-0237.txt  Unifying Long Integers and Integers    Zadka
--- 36,42 ----
   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   234  pep-0234.txt  Iterators                              Yee
   S   237  pep-0237.txt  Unifying Long Integers and Integers    Zadka
***************
*** 57,63 ****
--- 46,55 ----
   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            Warsaw
  
   Py-in-the-sky PEPs (not ready; may become active yet)
***************
*** 78,86 ****
   Finished PEPs (done, implemented)
  
!  I   160  pep-0160.txt  Python 1.6 Release Schedule            Drake
   IF  200  pep-0200.txt  Python 2.0 Release Schedule            Hylton
   SF  201  pep-0201.txt  Lockstep Iteration                     Warsaw
   S   202  pep-0202.txt  List Comprehensions                    Peters
   SF  203  pep-0203.txt  Augmented Assignments                  Wouters
   SF  207  pep-0207.txt  Rich Comparisons                   van Rossum, Ascher
   SF  208  pep-0208.txt  Reworking the Coercion Model       Schemenauer, Lemburg
--- 70,79 ----
   Finished PEPs (done, implemented)
  
!  IF  160  pep-0160.txt  Python 1.6 Release Schedule            Drake
   IF  200  pep-0200.txt  Python 2.0 Release Schedule            Hylton
   SF  201  pep-0201.txt  Lockstep Iteration                     Warsaw
   S   202  pep-0202.txt  List Comprehensions                    Peters
   SF  203  pep-0203.txt  Augmented Assignments                  Wouters
+  S   205  pep-0205.txt  Weak References                        Drake
   SF  207  pep-0207.txt  Rich Comparisons                   van Rossum, Ascher
   SF  208  pep-0208.txt  Reworking the Coercion Model       Schemenauer, Lemburg
***************
*** 89,94 ****
--- 82,92 ----
   SF  221  pep-0221.txt  Import As                              Wouters
   SF  223  pep-0223.txt  Change the Meaning of \x Escapes       Peters
+  I   226  pep-0226.txt  Python 2.1 Release Schedule            Hylton
+  S   227  pep-0227.txt  Statically Nested Scopes               Hylton
+  S   229  pep-0229.txt  Using Distutils to Build Python        Kuchling
   SF  230  pep-0230.txt  Warning Framework                      van Rossum
   SF  232  pep-0232.txt  Function Attributes                    Warsaw
+  SF  235  pep-0235.txt  Import on Case-Insensitive Platforms   Peters
+  S   236  pep-0236.txt  Back to the __future__                 Peters
  
   Empty PEPs (or containing only an abstract)
***************
*** 98,106 ****
   ID  220  pep-0220.txt  Coroutines, Generators, Continuations  McMillan
  
!  Rejected PEPs
  
   SR  204  pep-0204.txt  Range Literals                         Wouters
   SR  224  pep-0224.txt  Attribute Docstrings                   Lemburg
   SR  231  pep-0231.txt  __findattr__()                         Warsaw
  
  
--- 96,105 ----
   ID  220  pep-0220.txt  Coroutines, Generators, Continuations  McMillan
  
!  Deferred, Abandoned, and Rejected PEPs
  
   SR  204  pep-0204.txt  Range Literals                         Wouters
   SR  224  pep-0224.txt  Attribute Docstrings                   Lemburg
   SR  231  pep-0231.txt  __findattr__()                         Warsaw
+  S   233  pep-0233.txt  Python Online Help                     Prescod
  
  
***************
*** 115,122 ****
   I     4  pep-0004.txt  Deprecation of Standard Modules        von Loewis
   I     5  pep-0005.txt  Guidelines for Language Evolution      Prescod
!  I     6  pep-0006.txt  Patch and Bug Fix Releases             Aahz
   I    42  pep-0042.txt  Small Feature Requests                 Hylton
  
!  I   160  pep-0160.txt  Python 1.6 Release Schedule            Drake
  
   IF  200  pep-0200.txt  Python 2.0 Release Schedule            Hylton
--- 114,121 ----
   I     4  pep-0004.txt  Deprecation of Standard Modules        von Loewis
   I     5  pep-0005.txt  Guidelines for Language Evolution      Prescod
!  I     6  pep-0006.txt  Bug Fix Releases                       Aahz
   I    42  pep-0042.txt  Small Feature Requests                 Hylton
  
!  IF  160  pep-0160.txt  Python 1.6 Release Schedule            Drake
  
   IF  200  pep-0200.txt  Python 2.0 Release Schedule            Hylton
***************
*** 155,159 ****
   S   233  pep-0233.txt  Python Online Help                     Prescod
   S   234  pep-0234.txt  Iterators                              Yee
!  S   235  pep-0235.txt  Import on Case-Insensitive Platforms   Peters
   S   236  pep-0236.txt  Back to the __future__                 Peters
   S   237  pep-0237.txt  Unifying Long Integers and Integers    Zadka
--- 154,158 ----
   S   233  pep-0233.txt  Python Online Help                     Prescod
   S   234  pep-0234.txt  Iterators                              Yee
!  SF  235  pep-0235.txt  Import on Case-Insensitive Platforms   Peters
   S   236  pep-0236.txt  Back to the __future__                 Peters
   S   237  pep-0237.txt  Unifying Long Integers and Integers    Zadka
***************
*** 170,173 ****
--- 169,174 ----
   I   248  pep-0248.txt  Python Database API Specification v1.0 Lemburg
   I   249  pep-0249.txt  Python Database API Specification v2.0 Lemburg
+  S   250  pep-0250.txt  Using site-packages on All Platforms   Moore
+  I   251  pep-0251.txt  Python 2.2 Release Schedule            Warsaw
  
  
***************
*** 198,201 ****
--- 199,203 ----
      von Loewis, Martin       loewis@informatik.hu-berlin.de
      McMillan, Gordon         gmcm@hypernet.com
+     Moore, Paul              gustav@morpheus.demon.co.uk
      Oliphant, Travis         oliphant@ee.byu.edu
      Pelletier, Michel        michel@digicool.com