Mark PEP 238 as Final
This commit is contained in:
parent
f2db2723e9
commit
2035a2c4cc
|
@ -44,8 +44,6 @@ Index by Category
|
||||||
|
|
||||||
Accepted PEPs (accepted for Python 2.2; may not be implemented yet)
|
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
|
I 251 Python 2.2 Release Schedule van Rossum, Warsaw
|
||||||
S 252 Making Types Look More Like Classes van Rossum
|
S 252 Making Types Look More Like Classes van Rossum
|
||||||
S 253 Subtyping Built-in Types van Rossum
|
S 253 Subtyping Built-in Types van Rossum
|
||||||
|
@ -112,6 +110,8 @@ Index by Category
|
||||||
S 234 Iterators Yee, van Rossum
|
S 234 Iterators Yee, van Rossum
|
||||||
SF 235 Import on Case-Insensitive Platforms Peters
|
SF 235 Import on Case-Insensitive Platforms Peters
|
||||||
SF 236 Back to the __future__ 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 255 Simple Generators Schemenauer, et al
|
||||||
SF 260 Simplify xrange() van Rossum
|
SF 260 Simplify xrange() van Rossum
|
||||||
S 261 Support for "wide" Unicode characters Prescod
|
S 261 Support for "wide" Unicode characters Prescod
|
||||||
|
@ -192,7 +192,7 @@ Numerical Index
|
||||||
SF 235 Import on Case-Insensitive Platforms Peters
|
SF 235 Import on Case-Insensitive Platforms Peters
|
||||||
SF 236 Back to the __future__ Peters
|
SF 236 Back to the __future__ Peters
|
||||||
S 237 Unifying Long Integers and Integers Zadka, van Rossum
|
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 239 Adding a Rational Type to Python Zadka
|
||||||
S 240 Adding a Rational Literal to Python Zadka
|
S 240 Adding a Rational Literal to Python Zadka
|
||||||
S 241 Metadata for Python Software Packages Kuchling
|
S 241 Metadata for Python Software Packages Kuchling
|
||||||
|
|
Loading…
Reference in New Issue