Remove name from PEP 3100; no time to follow 3.0
This commit is contained in:
parent
8006ad01a8
commit
0c7c11adc6
|
@ -70,7 +70,7 @@ Index by Category
|
|||
IF 356 Python 2.5 Release Schedule Norwitz, et al
|
||||
I 360 Externally Maintained Packages Cannon
|
||||
I 361 Python 2.6 Release Schedule Norwitz, et al
|
||||
I 3100 Python 3.0 Plans Kuchling, Cannon
|
||||
I 3100 Python 3.0 Plans Cannon
|
||||
|
||||
Accepted PEPs (accepted; may not be implemented yet)
|
||||
|
||||
|
@ -473,7 +473,7 @@ Numerical Index
|
|||
P 3001 Reviewing and improving stdlib modules Brandl
|
||||
P 3002 Procedure for Backwards-Incompatible Changes Bethard
|
||||
I 3099 Things that will Not Change in Python 3000 Brandl
|
||||
I 3100 Python 3.0 Plans Kuchling, Cannon
|
||||
I 3100 Python 3.0 Plans Cannon
|
||||
SA 3101 Advanced String Formatting Talin
|
||||
SF 3102 Keyword-Only Arguments Talin
|
||||
SR 3103 A Switch/Case Statement GvR
|
||||
|
|
|
@ -2,8 +2,7 @@ PEP: 3100
|
|||
Title: Miscellaneous Python 3.0 Plans
|
||||
Version: $Revision$
|
||||
Last-Modified: $Date$
|
||||
Author: A.M. Kuchling <amk@amk.ca>,
|
||||
Brett Cannon <brett@python.org>
|
||||
Author: Brett Cannon <brett@python.org>
|
||||
Status: Draft
|
||||
Type: Informational
|
||||
Content-Type: text/x-rst
|
||||
|
|
Loading…
Reference in New Issue