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

guido.van.rossum python-checkins at python.org
Wed Jul 18 00:52:08 CEST 2007


Author: guido.van.rossum
Date: Wed Jul 18 00:52:08 2007
New Revision: 56437

Modified:
   peps/trunk/pep-0000.txt
   peps/trunk/pep-3124.txt
Log:
Defer PEP 3124.


Modified: peps/trunk/pep-0000.txt
==============================================================================
--- peps/trunk/pep-0000.txt	(original)
+++ peps/trunk/pep-0000.txt	Wed Jul 18 00:52:08 2007
@@ -101,7 +101,6 @@
  S  3108  Standard Library Reorganization              Cannon
  S  3116  New I/O                                      Stutzbach, Verdone, GvR
  S  3118  Revising the buffer protocol                 Oliphant, Banks
- S  3124  Overloading, Generic Functions, Interfaces   Eby
  S  3134  Exception Chaining and Embedded Tracebacks   Yee
  S  3135  New Super                                    Spealman, Delaney
  S  3136  Labeled break and continue                   Chisholm
@@ -266,6 +265,7 @@
  SR 3103  A Switch/Case Statement                      GvR
  SR 3117  Postfix Type Declarations                    Brandl
  SR 3122  Delineation of the main module               Cannon
+ SD 3124  Overloading, Generic Functions, Interfaces   Eby
  SR 3125  Remove Backslash Continuation                Jewett
  SR 3126  Remove Implicit String Concatenation         Jewett
  SR 3128  BList: A Faster List-like Type               Stutzbach
@@ -496,7 +496,7 @@
  SA 3121  Extension Module Initialization & Finalization  von Löwis
  SR 3122  Delineation of the main module               Cannon
  SA 3123  Making PyObject_HEAD conform to standard C   von Löwis
- S  3124  Overloading, Generic Functions, Interfaces   Eby
+ 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

Modified: peps/trunk/pep-3124.txt
==============================================================================
--- peps/trunk/pep-3124.txt	(original)
+++ peps/trunk/pep-3124.txt	Wed Jul 18 00:52:08 2007
@@ -13,6 +13,12 @@
 Replaces: 245, 246
 
 
+Deferred
+========
+
+See http://mail.python.org/pipermail/python-3000/2007-July/008784.html.
+
+
 Abstract
 ========
 


More information about the Python-checkins mailing list