Travis sent me mail asking me to withdraw this PEP.
This commit is contained in:
parent
5e7d3e4ad0
commit
82a8f94565
|
@ -73,7 +73,6 @@ Index by Category
|
||||||
|
|
||||||
Open PEPs (under consideration)
|
Open PEPs (under consideration)
|
||||||
|
|
||||||
S 209 Adding Multidimensional Arrays Barrett, Oliphant
|
|
||||||
S 228 Reworking Python's Numeric Model Zadka, GvR
|
S 228 Reworking Python's Numeric Model Zadka, GvR
|
||||||
S 237 Unifying Long Integers and Integers Zadka, GvR
|
S 237 Unifying Long Integers and Integers Zadka, GvR
|
||||||
S 243 Module Repository Upload Mechanism Reifschneider
|
S 243 Module Repository Upload Mechanism Reifschneider
|
||||||
|
@ -178,6 +177,7 @@ Index by Category
|
||||||
|
|
||||||
SR 204 Range Literals Wouters
|
SR 204 Range Literals Wouters
|
||||||
IW 206 Python Advanced Library Kuchling
|
IW 206 Python Advanced Library Kuchling
|
||||||
|
SW 209 Adding Multidimensional Arrays Barrett, Oliphant
|
||||||
SD 211 Adding A New Outer Product Operator Wilson
|
SD 211 Adding A New Outer Product Operator Wilson
|
||||||
SD 212 Loop Counter Iteration Schneider-Kamp
|
SD 212 Loop Counter Iteration Schneider-Kamp
|
||||||
SD 213 Attribute Access Handlers Prescod
|
SD 213 Attribute Access Handlers Prescod
|
||||||
|
@ -270,7 +270,7 @@ Numerical Index
|
||||||
IW 206 Python Advanced Library Kuchling
|
IW 206 Python Advanced Library Kuchling
|
||||||
SF 207 Rich Comparisons GvR, Ascher
|
SF 207 Rich Comparisons GvR, Ascher
|
||||||
SF 208 Reworking the Coercion Model Schemenauer, Lemburg
|
SF 208 Reworking the Coercion Model Schemenauer, Lemburg
|
||||||
S 209 Adding Multidimensional Arrays Barrett, Oliphant
|
SW 209 Adding Multidimensional Arrays Barrett, Oliphant
|
||||||
SD 210 Decoupling the Interpreter Loop Ascher
|
SD 210 Decoupling the Interpreter Loop Ascher
|
||||||
SD 211 Adding A New Outer Product Operator Wilson
|
SD 211 Adding A New Outer Product Operator Wilson
|
||||||
SD 212 Loop Counter Iteration Schneider-Kamp
|
SD 212 Loop Counter Iteration Schneider-Kamp
|
||||||
|
|
|
@ -4,7 +4,7 @@ Version: $Revision$
|
||||||
Last-Modified: $Date$
|
Last-Modified: $Date$
|
||||||
Author: barrett@stsci.edu (Paul Barrett), oliphant@ee.byu.edu (Travis Oliphant)
|
Author: barrett@stsci.edu (Paul Barrett), oliphant@ee.byu.edu (Travis Oliphant)
|
||||||
Python-Version: 2.2
|
Python-Version: 2.2
|
||||||
Status: Draft
|
Status: Withdrawn
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
Created: 03-Jan-2001
|
Created: 03-Jan-2001
|
||||||
Post-History:
|
Post-History:
|
||||||
|
|
Loading…
Reference in New Issue