From 2035a2c4cc6fa3ae1f8f5b405dc3b86a1c55715d Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Thu, 18 Oct 2001 18:00:50 +0000 Subject: [PATCH] Mark PEP 238 as Final --- pep-0000.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pep-0000.txt b/pep-0000.txt index 73c0c2b7b..f40de3b54 100644 --- a/pep-0000.txt +++ b/pep-0000.txt @@ -44,8 +44,6 @@ Index by Category Accepted PEPs (accepted for Python 2.2; may not be implemented yet) - S 238 Changing the Division Operator Zadka, van Rossum - 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 S 253 Subtyping Built-in Types van Rossum @@ -112,6 +110,8 @@ Index by Category S 234 Iterators Yee, van Rossum SF 235 Import on Case-Insensitive Platforms Peters SF 236 Back to the __future__ Peters + SF 238 Changing the Division Operator Zadka, van Rossum + SF 250 Using site-packages on Windows Moore SF 255 Simple Generators Schemenauer, et al SF 260 Simplify xrange() van Rossum S 261 Support for "wide" Unicode characters Prescod @@ -192,7 +192,7 @@ Numerical Index SF 235 Import on Case-Insensitive Platforms Peters SF 236 Back to the __future__ Peters S 237 Unifying Long Integers and Integers Zadka, van Rossum - S 238 Changing the Division Operator Zadka, van Rossum + SF 238 Changing the Division Operator 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