Accept 3127. There's nothing left to do.
This commit is contained in:
parent
637fe47a46
commit
db53aa267c
|
@ -82,7 +82,6 @@ Index by Category
|
|||
SA 3120 Using UTF-8 as the default source encoding von Löwis
|
||||
SA 3121 Extension Module Initialization & Finalization von Löwis
|
||||
SA 3123 Making PyObject_HEAD conform to standard C von Löwis
|
||||
SA 3127 Integer Literal Support and Syntax Maupin
|
||||
SA 3131 Supporting Non-ASCII Identifiers von Löwis
|
||||
|
||||
Open PEPs (under consideration)
|
||||
|
@ -175,6 +174,7 @@ Index by Category
|
|||
SF 3112 Bytes literals in Python 3000 Orendorff
|
||||
SF 3113 Removal of Tuple Parameter Unpacking Cannon
|
||||
SF 3114 Renaming iterator.next() to .__next__() Yee
|
||||
SF 3127 Integer Literal Support and Syntax Maupin
|
||||
SF 3129 Class Decorators Winter
|
||||
SF 3132 Extended Iterable Unpacking Brandl
|
||||
|
||||
|
@ -499,7 +499,7 @@ Numerical Index
|
|||
SD 3124 Overloading, Generic Functions, Interfaces Eby
|
||||
SR 3125 Remove Backslash Continuation Jewett
|
||||
SR 3126 Remove Implicit String Concatenation Jewett
|
||||
SA 3127 Integer Literal Support and Syntax Maupin
|
||||
SF 3127 Integer Literal Support and Syntax Maupin
|
||||
SR 3128 BList: A Faster List-like Type Stutzbach
|
||||
SF 3129 Class Decorators Winter
|
||||
SR 3130 Access to Current Module/Class/Function Jewett
|
||||
|
|
|
@ -4,7 +4,7 @@ Version: $Revision$
|
|||
Last-Modified: $Date$
|
||||
Author: Patrick Maupin <pmaupin@gmail.com>
|
||||
Discussions-To: Python-3000@python.org
|
||||
Status: Accepted
|
||||
Status: Final
|
||||
Type: Standards Track
|
||||
Content-Type: text/x-rst
|
||||
Created: 14-Mar-2007
|
||||
|
|
Loading…
Reference in New Issue