Withdraw PEP 206; add Richard Jones as co-author of PEP314

This commit is contained in:
Andrew M. Kuchling 2005-09-28 14:11:28 +00:00
parent d6302d11d1
commit f33c46e7ad
1 changed files with 4 additions and 4 deletions

View File

@ -69,7 +69,6 @@ Index by Category
Open PEPs (under consideration)
I 206 Python Advanced Library Kuchling
S 209 Adding Multidimensional Arrays Barrett, Oliphant
S 228 Reworking Python's Numeric Model Zadka, GvR
S 237 Unifying Long Integers and Integers Zadka, GvR
@ -90,7 +89,7 @@ Index by Category
S 299 Special __main__() function in modules Epler
S 302 New Import Hooks JvR
S 304 Controlling Generation of Bytecode Files Montanaro
S 314 Metadata for Python Software Packages v1.1 Kuchling
S 314 Metadata for Python Software Packages v1.1 Kuchling, Jones
S 315 Enhanced While Loop Carroll, Hettinger
S 321 Date/Time Parsing and Formatting Kuchling
S 323 Copyable Iterators Martelli
@ -172,6 +171,7 @@ Index by Category
Deferred, Abandoned, Withdrawn, and Rejected PEPs
SR 204 Range Literals Wouters
IR 206 Python Advanced Library Kuchling
SD 211 Adding A New Outer Product Operator Wilson
SD 212 Loop Counter Iteration Schneider-Kamp
SD 213 Attribute Access Handlers Prescod
@ -252,7 +252,7 @@ Numerical Index
SF 203 Augmented Assignments Wouters
SR 204 Range Literals Wouters
S 205 Weak References Drake
I 206 Python Advanced Library Kuchling
IR 206 Python Advanced Library Kuchling
SF 207 Rich Comparisons GvR, Ascher
SF 208 Reworking the Coercion Model Schemenauer, Lemburg
S 209 Adding Multidimensional Arrays Barrett, Oliphant
@ -359,7 +359,7 @@ Numerical Index
SF 311 Simplified GIL Acquisition for Extensions Hammond
SD 312 Simple Implicit Lambda Suzi, Martelli
SR 313 Adding Roman Numeral Literals to Python Meyer
S 314 Metadata for Python Software Packages v1.1 Kuchling
S 314 Metadata for Python Software Packages v1.1 Kuchling, Jones
S 315 Enhanced While Loop Carroll, Hettinger
SD 316 Programming by Contract for Python Way
SR 317 Eliminate Implicit Exception Instantiation Taschuk