From d32e45c7e43df6920a1d893e5d31776cb8032a70 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Tue, 17 Jul 2007 22:52:08 +0000 Subject: [PATCH] Defer PEP 3124. --- pep-0000.txt | 4 ++-- pep-3124.txt | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/pep-0000.txt b/pep-0000.txt index f5ca315d0..4846dc786 100644 --- a/pep-0000.txt +++ b/pep-0000.txt @@ -101,7 +101,6 @@ Index by Category 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 @@ Index by Category 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 @@ Numerical Index 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 diff --git a/pep-3124.txt b/pep-3124.txt index 4096596bb..064aeb0d5 100644 --- a/pep-3124.txt +++ b/pep-3124.txt @@ -13,6 +13,12 @@ Post-History: 30-Apr-2007 Replaces: 245, 246 +Deferred +======== + +See http://mail.python.org/pipermail/python-3000/2007-July/008784.html. + + Abstract ========