[Python-checkins] r56458 - peps/trunk/pep-0000.txt peps/trunk/pep-3112.txt

guido.van.rossum python-checkins at python.org
Thu Jul 19 19:06:47 CEST 2007


Author: guido.van.rossum
Date: Thu Jul 19 19:06:46 2007
New Revision: 56458

Modified:
   peps/trunk/pep-0000.txt
   peps/trunk/pep-3112.txt
Log:
Accept PEP 3112.  I don't see anything left over.


Modified: peps/trunk/pep-0000.txt
==============================================================================
--- peps/trunk/pep-0000.txt	(original)
+++ peps/trunk/pep-0000.txt	Thu Jul 19 19:06:46 2007
@@ -77,7 +77,6 @@
  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 @@
  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 @@
  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

Modified: peps/trunk/pep-3112.txt
==============================================================================
--- peps/trunk/pep-3112.txt	(original)
+++ peps/trunk/pep-3112.txt	Thu Jul 19 19:06:46 2007
@@ -3,7 +3,7 @@
 Version: $Revision$
 Last-Modified: $Date$
 Author: Jason Orendorff <jason.orendorff at gmail.com>
-Status: Accepted
+Status: Final
 Type: Standards Track
 Content-Type: text/x-rst
 Requires: 358


More information about the Python-checkins mailing list