[Python-checkins] r56459 - peps/trunk/pep-0000.txt peps/trunk/pep-3127.txt

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


Author: guido.van.rossum
Date: Thu Jul 19 19:10:10 2007
New Revision: 56459

Modified:
   peps/trunk/pep-0000.txt
   peps/trunk/pep-3127.txt
Log:
Accept 3127.  There's nothing left to do.


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

Modified: peps/trunk/pep-3127.txt
==============================================================================
--- peps/trunk/pep-3127.txt	(original)
+++ peps/trunk/pep-3127.txt	Thu Jul 19 19:10:10 2007
@@ -4,7 +4,7 @@
 Last-Modified: $Date$
 Author: Patrick Maupin <pmaupin at gmail.com>
 Discussions-To: Python-3000 at python.org
-Status: Accepted
+Status: Final
 Type: Standards Track
 Content-Type: text/x-rst
 Created: 14-Mar-2007


More information about the Python-checkins mailing list