Grabbing co-authorship of PEP 228 and 238.
This commit is contained in:
parent
d05ac8603c
commit
e6bdaf7110
|
@ -45,7 +45,7 @@ Index by Category
|
|||
S 218 pep-0218.txt Adding a Built-In Set Object Type Wilson
|
||||
S 234 pep-0234.txt Iterators Yee, van Rossum
|
||||
S 237 pep-0237.txt Unifying Long Integers and Integers Zadka
|
||||
S 238 pep-0238.txt Non-integer Division Zadka
|
||||
S 238 pep-0238.txt Non-integer Division Zadka, van Rossum
|
||||
S 239 pep-0239.txt Adding a Rational Type to Python Zadka
|
||||
S 240 pep-0240.txt Adding a Rational Literal to Python Zadka
|
||||
S 241 pep-0241.txt Metadata for Python Software Packages Kuchling
|
||||
|
@ -79,7 +79,7 @@ Index by Category
|
|||
SD 219 pep-0219.txt Stackless Python McMillan
|
||||
S 222 pep-0222.txt Web Library Enhancements Kuchling
|
||||
SD 225 pep-0225.txt Elementwise/Objectwise Operators Zhu, Lielens
|
||||
S 228 pep-0228.txt Reworking Python's Numeric Model Zadka
|
||||
S 228 pep-0228.txt Reworking Python's Numeric Model Zadka, van Rossum
|
||||
|
||||
Finished PEPs (done, implemented)
|
||||
|
||||
|
@ -165,7 +165,7 @@ Numerical Index
|
|||
SD 225 pep-0225.txt Elementwise/Objectwise Operators Zhu, Lielens
|
||||
I 226 pep-0226.txt Python 2.1 Release Schedule Hylton
|
||||
S 227 pep-0227.txt Statically Nested Scopes Hylton
|
||||
S 228 pep-0228.txt Reworking Python's Numeric Model Zadka
|
||||
S 228 pep-0228.txt Reworking Python's Numeric Model Zadka, van Rossum
|
||||
S 229 pep-0229.txt Using Distutils to Build Python Kuchling
|
||||
S 230 pep-0230.txt Warning Framework van Rossum
|
||||
SR 231 pep-0231.txt __findattr__() Warsaw
|
||||
|
@ -175,7 +175,7 @@ Numerical Index
|
|||
SF 235 pep-0235.txt Import on Case-Insensitive Platforms Peters
|
||||
SF 236 pep-0236.txt Back to the __future__ Peters
|
||||
S 237 pep-0237.txt Unifying Long Integers and Integers Zadka
|
||||
S 238 pep-0238.txt Non-integer Division Zadka
|
||||
S 238 pep-0238.txt Non-integer Division Zadka, van Rossum
|
||||
S 239 pep-0239.txt Adding a Rational Type to Python Zadka
|
||||
S 240 pep-0240.txt Adding a Rational Literal to Python Zadka
|
||||
S 241 pep-0241.txt Metadata for Python Software Packages Kuchling
|
||||
|
|
Loading…
Reference in New Issue