[Python-checkins] r55233 - peps/trunk/pep-0000.txt peps/trunk/pep-3125.txt peps/trunk/pep-3126.txt

guido.van.rossum python-checkins at python.org
Fri May 11 00:18:20 CEST 2007


Author: guido.van.rossum
Date: Fri May 11 00:18:18 2007
New Revision: 55233

Modified:
   peps/trunk/pep-0000.txt
   peps/trunk/pep-3125.txt
   peps/trunk/pep-3126.txt
Log:
Reject PEPs 3125 and 3126 (removing backslash continuation and implicit
string concatenation, respectively).


Modified: peps/trunk/pep-0000.txt
==============================================================================
--- peps/trunk/pep-0000.txt	(original)
+++ peps/trunk/pep-0000.txt	Fri May 11 00:18:18 2007
@@ -120,8 +120,6 @@
  S  3121  Extension Module Initialization & Finalization  von Löwis
  S  3123  Making PyObject_HEAD conform to standard C   von Löwis
  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  3128  BList: A Faster List-like Type               Stutzbach
  S  3130  Access to Current Module/Class/Function      Jewett
@@ -269,6 +267,8 @@
  SR 3103  A Switch/Case Statement                      GvR
  SR 3117  Postfix Type Declarations                    Brandl
  SR 3122  Delineation of the main module               Cannon
+ SR 3125  Remove Backslash Continuation                Jewett
+ SR 3126  Remove Implicit String Concatenation         Jewett
 
 
 Numerical Index
@@ -494,8 +494,8 @@
  SR 3122  Delineation of the main module               Cannon
  S  3123  Making PyObject_HEAD conform to standard C   von Löwis
  S  3124  Overloading, Generic Functions, Interfaces   Eby
- S  3125  Remove Backslash Continuation                Jewett
- S  3126  Remove Implicit String Concatenation         Jewett
+ SR 3125  Remove Backslash Continuation                Jewett
+ SR 3126  Remove Implicit String Concatenation         Jewett
  S  3127  Integer Literal Support and Syntax           Maupin
  S  3128  BList: A Faster List-like Type               Stutzbach
  SA 3129  Class Decorators                             Winter

Modified: peps/trunk/pep-3125.txt
==============================================================================
--- peps/trunk/pep-3125.txt	(original)
+++ peps/trunk/pep-3125.txt	Fri May 11 00:18:18 2007
@@ -3,13 +3,21 @@
 Version: $Revision$
 Last-Modified: $Date$
 Author: Jim J. Jewett <JimJJewett at gmail.com>
-Status: Draft
+Status: Rejected
 Type: Standards Track
 Content-Type: text/x-rst
 Created: 29-Apr-2007
 Post-History: 29-Apr-2007, 30-Apr-2007, 04-May-2007
 
 
+Rejection Notice
+================
+
+This PEP is rejected.  There wasn't enough support in favor, the
+feature to be removed isn't all that harmful, and there are some use
+cases that would become harder.
+
+
 Abstract
 ========
 

Modified: peps/trunk/pep-3126.txt
==============================================================================
--- peps/trunk/pep-3126.txt	(original)
+++ peps/trunk/pep-3126.txt	Fri May 11 00:18:18 2007
@@ -4,13 +4,21 @@
 Last-Modified: $Date$
 Author: Jim J. Jewett <JimJJewett at gmail.com>,
         Raymond D. Hettinger <python at rcn.com>
-Status: Draft
+Status: Rejected
 Type: Standards Track
 Content-Type: text/x-rst
 Created: 29-Apr-2007
 Post-History: 29-Apr-2007, 30-Apr-2007, 07-May-2007
 
 
+Rejection Notice
+================
+
+This PEP is rejected.  There wasn't enough support in favor, the
+feature to be removed isn't all that harmful, and there are some use
+cases that would become harder.
+
+
 Abstract
 ========
 


More information about the Python-checkins mailing list