PEP 211 update from Greg Wilson, includes a name change, and a change
to Greg's email address. Also, I moved the PEP to "Active for 2.2" and un-deferred it.
This commit is contained in:
parent
e0e0bb6439
commit
b09f722216
|
@ -38,6 +38,7 @@ Index by Category
|
||||||
Active PEPs (under consideration for Python 2.2)
|
Active PEPs (under consideration for Python 2.2)
|
||||||
|
|
||||||
I 42 pep-0042.txt Small Feature Requests Hylton
|
I 42 pep-0042.txt Small Feature Requests Hylton
|
||||||
|
S 211 pep-0211.txt Adding A New Outer Product Operator Wilson
|
||||||
S 234 pep-0234.txt Iterators Yee, van Rossum
|
S 234 pep-0234.txt Iterators Yee, van Rossum
|
||||||
S 237 pep-0237.txt Unifying Long Integers and Integers Zadka
|
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
|
||||||
|
@ -58,7 +59,6 @@ Index by Category
|
||||||
|
|
||||||
I 206 pep-0206.txt 2.0 Batteries Included Zadka
|
I 206 pep-0206.txt 2.0 Batteries Included Zadka
|
||||||
S 209 pep-0209.txt Adding Multidimensional Arrays Barrett, Oliphant
|
S 209 pep-0209.txt Adding Multidimensional Arrays Barrett, Oliphant
|
||||||
SD 211 pep-0211.txt Adding New Linear Algebra Operators Wilson
|
|
||||||
SD 212 pep-0212.txt Loop Counter Iteration Schneider-Kamp
|
SD 212 pep-0212.txt Loop Counter Iteration Schneider-Kamp
|
||||||
SD 213 pep-0213.txt Attribute Access Handlers Prescod
|
SD 213 pep-0213.txt Attribute Access Handlers Prescod
|
||||||
S 215 pep-0215.txt String Interpolation Yee
|
S 215 pep-0215.txt String Interpolation Yee
|
||||||
|
@ -131,7 +131,7 @@ Numerical Index
|
||||||
SF 208 pep-0208.txt Reworking the Coercion Model Schemenauer, Lemburg
|
SF 208 pep-0208.txt Reworking the Coercion Model Schemenauer, Lemburg
|
||||||
S 209 pep-0209.txt Adding Multidimensional Arrays Barrett, Oliphant
|
S 209 pep-0209.txt Adding Multidimensional Arrays Barrett, Oliphant
|
||||||
SD 210 pep-0210.txt Decoupling the Interpreter Loop Ascher
|
SD 210 pep-0210.txt Decoupling the Interpreter Loop Ascher
|
||||||
SD 211 pep-0211.txt Adding New Linear Algebra Operators Wilson
|
SD 211 pep-0211.txt Adding A New Outer Product Operator Wilson
|
||||||
SD 212 pep-0212.txt Loop Counter Iteration Schneider-Kamp
|
SD 212 pep-0212.txt Loop Counter Iteration Schneider-Kamp
|
||||||
SD 213 pep-0213.txt Attribute Access Handlers Prescod
|
SD 213 pep-0213.txt Attribute Access Handlers Prescod
|
||||||
SF 214 pep-0214.txt Extended Print Statement Warsaw
|
SF 214 pep-0214.txt Extended Print Statement Warsaw
|
||||||
|
@ -213,7 +213,7 @@ Owners
|
||||||
Schemenauer, Neil nas@arctrix.com
|
Schemenauer, Neil nas@arctrix.com
|
||||||
Schneider-Kamp, Peter nowonder@nowonder.de
|
Schneider-Kamp, Peter nowonder@nowonder.de
|
||||||
Warsaw, Barry barry@digicool.com
|
Warsaw, Barry barry@digicool.com
|
||||||
Wilson, Greg gvwilson@nevex.com
|
Wilson, Greg gvwilson@ddj.com
|
||||||
Wouters, Thomas thomas@xs4all.net
|
Wouters, Thomas thomas@xs4all.net
|
||||||
Yee, Ka-Ping ping@lfw.org
|
Yee, Ka-Ping ping@lfw.org
|
||||||
Zadka, Moshe moshez@zadka.site.co.il
|
Zadka, Moshe moshez@zadka.site.co.il
|
||||||
|
|
Loading…
Reference in New Issue