Mark PEP 3120 as final.
This commit is contained in:
parent
aa473132f2
commit
f89e03d817
|
@ -79,7 +79,6 @@ Index by Category
|
|||
SA 3109 Raising Exceptions in Python 3000 Winter
|
||||
SA 3115 Metaclasses in Python 3000 Talin
|
||||
SA 3119 Introducing Abstract Base Classes GvR, Talin
|
||||
SA 3120 Using UTF-8 as the default source encoding von Löwis
|
||||
SA 3121 Extension Module Initialization & Finalization von Löwis
|
||||
SA 3131 Supporting Non-ASCII Identifiers von Löwis
|
||||
|
||||
|
@ -173,6 +172,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 3120 Using UTF-8 as the default source encoding von Löwis
|
||||
SF 3123 Making PyObject_HEAD conform to standard C von Löwis
|
||||
SF 3127 Integer Literal Support and Syntax Maupin
|
||||
SF 3129 Class Decorators Winter
|
||||
|
@ -492,7 +492,7 @@ Numerical Index
|
|||
SR 3117 Postfix Type Declarations Brandl
|
||||
S 3118 Revising the buffer protocol Oliphant, Banks
|
||||
SA 3119 Introducing Abstract Base Classes GvR, Talin
|
||||
SA 3120 Using UTF-8 as the default source encoding von Löwis
|
||||
SF 3120 Using UTF-8 as the default source encoding von Löwis
|
||||
SA 3121 Extension Module Initialization & Finalization von Löwis
|
||||
SR 3122 Delineation of the main module Cannon
|
||||
SF 3123 Making PyObject_HEAD conform to standard C von Löwis
|
||||
|
|
|
@ -3,7 +3,7 @@ Title: Using UTF-8 as the default source encoding
|
|||
Version: $Revision$
|
||||
Last-Modified: $Date$
|
||||
Author: Martin von Löwis <martin@v.loewis.de>
|
||||
Status: Accepted
|
||||
Status: Final
|
||||
Type: Standards Track
|
||||
Content-Type: text/x-rst
|
||||
Created: 15-Apr-2007
|
||||
|
|
Loading…
Reference in New Issue