diff --git a/pep-0000.txt b/pep-0000.txt index cf006dfae..560f5cb64 100644 --- a/pep-0000.txt +++ b/pep-0000.txt @@ -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 diff --git a/pep-3112.txt b/pep-3112.txt index 9b75603f6..61b7ee522 100644 --- a/pep-3112.txt +++ b/pep-3112.txt @@ -3,7 +3,7 @@ Title: Bytes literals in Python 3000 Version: $Revision$ Last-Modified: $Date$ Author: Jason Orendorff -Status: Accepted +Status: Final Type: Standards Track Content-Type: text/x-rst Requires: 358