Accept PEP 3112. I don't see anything left over.
This commit is contained in:
parent
3a1300c54b
commit
637fe47a46
|
@ -77,7 +77,6 @@ Index by Category
|
|||
SA 358 The "bytes" Object Schemenauer, GvR
|
||||
SA 3106 Revamping dict.keys(), .values() & .items() GvR
|
||||
SA 3109 Raising Exceptions in Python 3000 Winter
|
||||
SA 3112 Bytes literals in Python 3000 Orendorff
|
||||
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
|
||||
|
@ -173,6 +172,7 @@ Index by Category
|
|||
SF 3107 Function Annotations Winter, Lownds
|
||||
SF 3110 Catching Exceptions in Python 3000 Winter
|
||||
SF 3111 Simple input built-in in Python 3000 Roberge
|
||||
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 3129 Class Decorators Winter
|
||||
|
@ -484,7 +484,7 @@ Numerical Index
|
|||
SA 3109 Raising Exceptions in Python 3000 Winter
|
||||
SF 3110 Catching Exceptions in Python 3000 Winter
|
||||
SF 3111 Simple input built-in in Python 3000 Roberge
|
||||
SA 3112 Bytes literals in Python 3000 Orendorff
|
||||
SF 3112 Bytes literals in Python 3000 Orendorff
|
||||
SF 3113 Removal of Tuple Parameter Unpacking Cannon
|
||||
SF 3114 Renaming iterator.next() to .__next__() Yee
|
||||
SA 3115 Metaclasses in Python 3000 Talin
|
||||
|
|
|
@ -3,7 +3,7 @@ Title: Bytes literals in Python 3000
|
|||
Version: $Revision$
|
||||
Last-Modified: $Date$
|
||||
Author: Jason Orendorff <jason.orendorff@gmail.com>
|
||||
Status: Accepted
|
||||
Status: Final
|
||||
Type: Standards Track
|
||||
Content-Type: text/x-rst
|
||||
Requires: 358
|
||||
|
|
Loading…
Reference in New Issue