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