From 9f55a4dd4532ad3982da8a05ea31c49112fc01a0 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Mon, 24 Dec 2001 20:59:05 +0000 Subject: [PATCH] PEP 251 is Final. (Note any future maintenance release of Python 2.2 should have its own PEP.) --- pep-0000.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pep-0000.txt b/pep-0000.txt index 1c741194a..5b6488cb5 100644 --- a/pep-0000.txt +++ b/pep-0000.txt @@ -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