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

guido.van.rossum python-checkins at python.org
Tue May 1 02:45:01 CEST 2007


Author: guido.van.rossum
Date: Tue May  1 02:44:57 2007
New Revision: 55034

Modified:
   peps/trunk/pep-0000.txt
Log:
PEP 3127: Integer Literal Support and Syntax (Patrick Maupin)


Modified: peps/trunk/pep-0000.txt
==============================================================================
--- peps/trunk/pep-0000.txt	(original)
+++ peps/trunk/pep-0000.txt	Tue May  1 02:44:57 2007
@@ -124,6 +124,7 @@
  S  3124  Overloading, Generic Functions, Interfaces   Eby
  S  3125  Remove Backslash Continuation                Jewett
  S  3126  Remove Implicit String Concatenation         Jewett
+ S  3127  Integer Literal Support and Syntax           Maupin
  S  3141  A Type Hierarchy for Numbers                 Yasskin
 
  Finished PEPs (done, implemented in Subversion)
@@ -490,6 +491,7 @@
  S  3124  Overloading, Generic Functions, Interfaces   Eby
  S  3125  Remove Backslash Continuation                Jewett
  S  3126  Remove Implicit String Concatenation         Jewett
+ S  3127  Integer Literal Support and Syntax           Maupin
  S  3141  A Type Hierarchy for Numbers                 Yasskin
 
 
@@ -565,6 +567,7 @@
     von Loewis, Martin       loewis at informatik.hu-berlin.de
     Lownds, Tony             tony at pagedna.com
     Martelli, Alex           aleax at aleax.it
+    Maupin, Patrick          pmaupin at gmail.com
     McClelland, Andrew       eternalsquire at comcast.net
     McMillan, Gordon         gmcm at hypernet.com
     McNamara, Andrew         andrewm at object-craft.com.au


More information about the Python-checkins mailing list