PEP 251 is Final. (Note any future maintenance release of Python 2.2

should have its own PEP.)
This commit is contained in:
Barry Warsaw 2001-12-24 20:59:05 +00:00
parent bb14be0f41
commit 9f55a4dd45
1 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,6 @@ Index by Category
Accepted PEPs (accepted for Python 2.2; may not be implemented yet)
I 251 Python 2.2 Release Schedule van Rossum, Warsaw
S 252 Making Types Look More Like Classes van Rossum
S 253 Subtyping Built-in Types van Rossum
@ -113,6 +112,7 @@ Index by Category
SF 236 Back to the __future__ Peters
SF 238 Changing the Division Operator Zadka, van Rossum
SF 250 Using site-packages on Windows Moore
IF 251 Python 2.2 Release Schedule Warsaw, van Rossum
SF 255 Simple Generators Schemenauer, et al
SF 260 Simplify xrange() van Rossum
S 261 Support for "wide" Unicode characters Prescod
@ -207,7 +207,7 @@ Numerical Index
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
IF 251 Python 2.2 Release Schedule Warsaw, van Rossum
S 252 Making Types Look More Like Classes van Rossum
S 253 Subtyping Built-in Types van Rossum
S 254 Making Classes Look More Like Types van Rossum