Reject PEPs 3125 and 3126 (removing backslash continuation and implicit
string concatenation, respectively).
This commit is contained in:
parent
a9bee501e6
commit
883209f6ee
|
@ -120,8 +120,6 @@ Index by Category
|
|||
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 @@ Index by Category
|
|||
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 @@ Numerical Index
|
|||
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
|
||||
|
|
10
pep-3125.txt
10
pep-3125.txt
|
@ -3,13 +3,21 @@ Title: Remove Backslash Continuation
|
|||
Version: $Revision$
|
||||
Last-Modified: $Date$
|
||||
Author: Jim J. Jewett <JimJJewett@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
|
||||
========
|
||||
|
||||
|
|
10
pep-3126.txt
10
pep-3126.txt
|
@ -4,13 +4,21 @@ Version: $Revision$
|
|||
Last-Modified: $Date$
|
||||
Author: Jim J. Jewett <JimJJewett@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
|
||||
========
|
||||
|
||||
|
|
Loading…
Reference in New Issue