From f33c46e7adada8d4c02f7c2096a99f3e63eec369 Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Wed, 28 Sep 2005 14:11:28 +0000 Subject: [PATCH] Withdraw PEP 206; add Richard Jones as co-author of PEP314 --- pep-0000.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pep-0000.txt b/pep-0000.txt index e0ffd4cdb..86b351257 100644 --- a/pep-0000.txt +++ b/pep-0000.txt @@ -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