Mark PEP 238 as Final

This commit is contained in:
Barry Warsaw 2001-10-18 18:00:50 +00:00
parent f2db2723e9
commit 2035a2c4cc
1 changed files with 3 additions and 3 deletions

View File

@ -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