PEPs 211, 212, 213, 218, 219, 225, all of which were marked `D' have
been moved to the Deferred section. PEP 241 is marked Final and moved to the Finished section. PEP 222 is marked Deferred and moved to the Deferred section.
This commit is contained in:
parent
3f65364f4d
commit
6a826bf8aa
20
pep-0000.txt
20
pep-0000.txt
|
@ -53,20 +53,12 @@ Index by Category
|
||||||
I 42 Small Feature Requests Hylton
|
I 42 Small Feature Requests Hylton
|
||||||
I 206 2.0 Batteries Included Zadka
|
I 206 2.0 Batteries Included Zadka
|
||||||
S 209 Adding Multidimensional Arrays Barrett, Oliphant
|
S 209 Adding Multidimensional Arrays Barrett, Oliphant
|
||||||
SD 211 Adding A New Outer Product Operator Wilson
|
|
||||||
SD 212 Loop Counter Iteration Schneider-Kamp
|
|
||||||
SD 213 Attribute Access Handlers Prescod
|
|
||||||
S 215 String Interpolation Yee
|
S 215 String Interpolation Yee
|
||||||
I 216 Docstring Format Zadka
|
I 216 Docstring Format Zadka
|
||||||
SD 218 Adding a Built-In Set Object Type Wilson
|
|
||||||
SD 219 Stackless Python McMillan
|
|
||||||
S 222 Web Library Enhancements Kuchling
|
|
||||||
SD 225 Elementwise/Objectwise Operators Zhu, Lielens
|
|
||||||
S 228 Reworking Python's Numeric Model Zadka, van Rossum
|
S 228 Reworking Python's Numeric Model Zadka, van Rossum
|
||||||
S 237 Unifying Long Integers and Integers Zadka, van Rossum
|
S 237 Unifying Long Integers and Integers 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 242 Numeric Kinds Dubois
|
S 242 Numeric Kinds Dubois
|
||||||
S 243 Module Repository Upload Mechanism Reifschneider
|
S 243 Module Repository Upload Mechanism Reifschneider
|
||||||
S 245 Python Interface Syntax Pelletier
|
S 245 Python Interface Syntax Pelletier
|
||||||
|
@ -116,6 +108,7 @@ Index by Category
|
||||||
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 238 Changing the Division Operator Zadka, van Rossum
|
||||||
|
SF 241 Metadata for Python Software Packages Kuchling
|
||||||
SF 250 Using site-packages on Windows Moore
|
SF 250 Using site-packages on Windows Moore
|
||||||
IF 251 Python 2.2 Release Schedule Warsaw, van Rossum
|
IF 251 Python 2.2 Release Schedule Warsaw, van Rossum
|
||||||
SF 255 Simple Generators Schemenauer, et al
|
SF 255 Simple Generators Schemenauer, et al
|
||||||
|
@ -132,7 +125,14 @@ Index by Category
|
||||||
Deferred, Abandoned, Withdrawn, and Rejected PEPs
|
Deferred, Abandoned, Withdrawn, and Rejected PEPs
|
||||||
|
|
||||||
SR 204 Range Literals Wouters
|
SR 204 Range Literals Wouters
|
||||||
|
SD 211 Adding A New Outer Product Operator Wilson
|
||||||
|
SD 212 Loop Counter Iteration Schneider-Kamp
|
||||||
|
SD 213 Attribute Access Handlers Prescod
|
||||||
|
SD 218 Adding a Built-In Set Object Type Wilson
|
||||||
|
SD 219 Stackless Python McMillan
|
||||||
|
SD 222 Web Library Enhancements Kuchling
|
||||||
SR 224 Attribute Docstrings Lemburg
|
SR 224 Attribute Docstrings Lemburg
|
||||||
|
SD 225 Elementwise/Objectwise Operators Zhu, Lielens
|
||||||
SR 231 __findattr__() Warsaw
|
SR 231 __findattr__() Warsaw
|
||||||
SD 233 Python Online Help Prescod
|
SD 233 Python Online Help Prescod
|
||||||
SR 244 The `directive' Statement von Loewis
|
SR 244 The `directive' Statement von Loewis
|
||||||
|
@ -184,7 +184,7 @@ Numerical Index
|
||||||
SD 219 Stackless Python McMillan
|
SD 219 Stackless Python McMillan
|
||||||
ID 220 Coroutines, Generators, Continuations McMillan
|
ID 220 Coroutines, Generators, Continuations McMillan
|
||||||
SF 221 Import As Wouters
|
SF 221 Import As Wouters
|
||||||
S 222 Web Library Enhancements Kuchling
|
SD 222 Web Library Enhancements Kuchling
|
||||||
SF 223 Change the Meaning of \x Escapes Peters
|
SF 223 Change the Meaning of \x Escapes Peters
|
||||||
SR 224 Attribute Docstrings Lemburg
|
SR 224 Attribute Docstrings Lemburg
|
||||||
SD 225 Elementwise/Objectwise Operators Zhu, Lielens
|
SD 225 Elementwise/Objectwise Operators Zhu, Lielens
|
||||||
|
@ -203,7 +203,7 @@ Numerical Index
|
||||||
SF 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
|
SF 241 Metadata for Python Software Packages Kuchling
|
||||||
S 242 Numeric Kinds Dubois
|
S 242 Numeric Kinds Dubois
|
||||||
S 243 Module Repository Upload Mechanism Reifschneider
|
S 243 Module Repository Upload Mechanism Reifschneider
|
||||||
SR 244 The `directive' Statement von Loewis
|
SR 244 The `directive' Statement von Loewis
|
||||||
|
|
Loading…
Reference in New Issue