[Python-checkins] peps: Mass deferral as proposed on python-dev

nick.coghlan python-checkins at python.org
Sat May 18 09:50:58 CEST 2013


http://hg.python.org/peps/rev/7f35a31df000
changeset:   4894:7f35a31df000
user:        Nick Coghlan <ncoghlan at gmail.com>
date:        Sat May 18 17:50:40 2013 +1000
summary:
  Mass deferral as proposed on python-dev

files:
  pep-0286.txt |  12 +++++++++++-
  pep-0337.txt |   9 ++++++++-
  pep-0368.txt |   9 ++++++++-
  pep-0396.txt |   9 ++++++++-
  pep-0400.txt |   9 ++++++++-
  pep-0419.txt |  10 +++++++++-
  pep-0423.txt |   7 ++++++-
  pep-0444.txt |  14 +++++++++++++-
  pep-3124.txt |   2 +-
  pep-3143.txt |  10 +++++++++-
  pep-3145.txt |   9 ++++++++-
  pep-3152.txt |   9 ++++++++-
  12 files changed, 97 insertions(+), 12 deletions(-)


diff --git a/pep-0286.txt b/pep-0286.txt
--- a/pep-0286.txt
+++ b/pep-0286.txt
@@ -3,7 +3,7 @@
 Version: $Revision$
 Last-Modified: $Date$
 Author: martin at v.loewis.de (Martin von Löwis)
-Status: Draft
+Status: Deferred
 Type: Standards Track
 Created: 3-Mar-2002
 Python-Version: 2.3
@@ -16,6 +16,16 @@
     an argument converter creates new memory.  To deal with these
     cases, a specialized argument type is proposed.
 
+PEP Deferral
+
+    Further exploration of the concepts covered in this PEP has been deferred
+    for lack of a current champion interested in promoting the goals of the
+    PEP and collecting and incorporating feedback, and with sufficient
+    available time to do so effectively.
+
+    The resolution of this PEP may also be affected by the resolution of
+    PEP 426, which proposes the use of a preprocessing step to generate
+    some aspects of C API interface code.
 
 Problem description
 
diff --git a/pep-0337.txt b/pep-0337.txt
--- a/pep-0337.txt
+++ b/pep-0337.txt
@@ -3,7 +3,7 @@
 Version: $Revision$
 Last-Modified: $Date$
 Author: Michael P. Dubner <dubnerm at mindless.com>
-Status: Draft
+Status: Deferred
 Type: Standards Track
 Content-Type: text/plain
 Created: 02-Oct-2004
@@ -26,6 +26,13 @@
 
         logging.getLogger('py.BaseHTTPServer').setLevel(logging.FATAL)
 
+PEP Deferral
+
+    Further exploration of the concepts covered in this PEP has been deferred
+    for lack of a current champion interested in promoting the goals of the
+    PEP and collecting and incorporating feedback, and with sufficient
+    available time to do so effectively.
+
 
 Rationale
 
diff --git a/pep-0368.txt b/pep-0368.txt
--- a/pep-0368.txt
+++ b/pep-0368.txt
@@ -3,7 +3,7 @@
 Version: $Revision$
 Last-Modified: $Date$
 Author: Lino Mastrodomenico <l.mastrodomenico at gmail.com>
-Status: Draft
+Status: Deferred
 Type: Standards Track
 Content-Type: text/x-rst
 Created: 28-Jun-2007
@@ -39,6 +39,13 @@
 also proposed, together with a mixin class that helps adding support
 for the protocol to existing image classes.
 
+PEP Deferral
+============
+
+Further exploration of the concepts covered in this PEP has been deferred
+for lack of a current champion interested in promoting the goals of the PEP
+and collecting and incorporating feedback, and with sufficient available
+time to do so effectively.
 
 Rationale
 =========
diff --git a/pep-0396.txt b/pep-0396.txt
--- a/pep-0396.txt
+++ b/pep-0396.txt
@@ -3,7 +3,7 @@
 Version: $Revision: 65628 $
 Last-Modified: $Date: 2008-08-10 09:59:20 -0400 (Sun, 10 Aug 2008) $
 Author: Barry Warsaw <barry at python.org>
-Status: Draft
+Status: Deferred
 Type: Informational
 Content-Type: text/x-rst
 Created: 2011-03-16
@@ -24,6 +24,13 @@
 (such as ``distutils2`` [1]_) may be adapted to use the conventions
 defined here.
 
+PEP Deferral
+============
+
+Further exploration of the concepts covered in this PEP has been deferred
+for lack of a current champion interested in promoting the goals of the PEP
+and collecting and incorporating feedback, and with sufficient available
+time to do so effectively.
 
 User Stories
 ============
diff --git a/pep-0400.txt b/pep-0400.txt
--- a/pep-0400.txt
+++ b/pep-0400.txt
@@ -3,7 +3,7 @@
 Version: $Revision$
 Last-Modified: $Date$
 Author: Victor Stinner <victor.stinner at gmail.com>
-Status: Draft
+Status: Deferred
 Type: Standards Track
 Content-Type: text/x-rst
 Created: 28-May-2011
@@ -25,6 +25,13 @@
 <http://www.python.org/dev/peps/pep-3116/>`_), and reimplemented in C in
 Python 2.7 and 3.1.
 
+PEP Deferral
+============
+
+Further exploration of the concepts covered in this PEP has been deferred
+for lack of a current champion interested in promoting the goals of the PEP
+and collecting and incorporating feedback, and with sufficient available
+time to do so effectively.
 
 Motivation
 ==========
diff --git a/pep-0419.txt b/pep-0419.txt
--- a/pep-0419.txt
+++ b/pep-0419.txt
@@ -3,7 +3,7 @@
 Version: $Revision$
 Last-Modified: $Date$
 Author: Paul Colomiets <paul at colomiets.name>
-Status: Draft
+Status: Deferred
 Type: Standards Track
 Content-Type: text/x-rst
 Created: 06-Apr-2012
@@ -16,6 +16,14 @@
 This PEP proposes a way to protect Python code from being interrupted
 inside a finally clause or during context manager cleanup.
 
+PEP Deferral
+============
+
+Further exploration of the concepts covered in this PEP has been deferred
+for lack of a current champion interested in promoting the goals of the PEP
+and collecting and incorporating feedback, and with sufficient available
+time to do so effectively.
+
 
 Rationale
 =========
diff --git a/pep-0423.txt b/pep-0423.txt
--- a/pep-0423.txt
+++ b/pep-0423.txt
@@ -4,7 +4,7 @@
 Last-Modified: $Date$
 Author: Benoit Bryon <benoit at marmelune.net>
 Discussions-To: <distutils-sig at python.org>
-Status: Draft
+Status: Deferred
 Type: Informational
 Content-Type: text/x-rst
 Created: 24-May-2012
@@ -28,6 +28,11 @@
   `specific recipes for existing projects
   <#how-to-apply-naming-guidelines-on-existing-projects>`_.
 
+PEP Deferral
+============
+
+Further consideration of this PEP has been deferred at least until after
+PEP 426 (package metadata 2.0) and related updates have been resolved.
 
 Terminology
 ===========
diff --git a/pep-0444.txt b/pep-0444.txt
--- a/pep-0444.txt
+++ b/pep-0444.txt
@@ -5,7 +5,7 @@
 Author: Chris McDonough <chrism at plope.com>,
         Armin Ronacher <armin.ronacher at active-4.com>
 Discussions-To: Python Web-SIG <web-sig at python.org>
-Status: Draft
+Status: Deferred
 Type: Informational
 Content-Type: text/x-rst
 Created: 19-Jul-2010
@@ -18,6 +18,18 @@
 interface between web servers and Python web applications or
 frameworks.
 
+PEP Deferral
+============
+
+Further exploration of the concepts covered in this PEP has been deferred
+for lack of a current champion interested in promoting the goals of the PEP
+and collecting and incorporating feedback, and with sufficient available
+time to do so effectively.
+
+Note that since this PEP was first created, PEP 3333 was created as a more
+incremental update that permitted use of WSGI on Python 3.2+. However, an
+alternative specification that furthers the Python 3 goals of a cleaner
+separation of binary and text data may still be valuable.
 
 Rationale and Goals
 ===================
diff --git a/pep-3124.txt b/pep-3124.txt
--- a/pep-3124.txt
+++ b/pep-3124.txt
@@ -4,7 +4,7 @@
 Last-Modified: $Date$
 Author: Phillip J. Eby <pje at telecommunity.com>
 Discussions-To: Python 3000 List <python-3000 at python.org>
-Status: Draft
+Status: Deferred
 Type: Standards Track
 Content-Type: text/x-rst
 Requires: 3107, 3115, 3119
diff --git a/pep-3143.txt b/pep-3143.txt
--- a/pep-3143.txt
+++ b/pep-3143.txt
@@ -3,7 +3,7 @@
 Version:           $Revision$
 Last-Modified:     $Date$
 Author:            Ben Finney <ben+python at benfinney.id.au>
-Status:            Draft
+Status:            Deferred
 Type:              Standards Track
 Content-Type:      text/x-rst
 Created:           2009-01-26
@@ -40,6 +40,14 @@
     References
     Copyright
 
+============
+PEP Deferral
+============
+
+Further exploration of the concepts covered in this PEP has been deferred
+for lack of a current champion interested in promoting the goals of the PEP
+and collecting and incorporating feedback, and with sufficient available
+time to do so effectively.
 
 =============
 Specification
diff --git a/pep-3145.txt b/pep-3145.txt
--- a/pep-3145.txt
+++ b/pep-3145.txt
@@ -3,7 +3,7 @@
 Version: $Revision$
 Last-Modified: $Date$
 Author: (James) Eric Pruitt, Charles R. McCreary, Josiah Carlson
-Status: Draft
+Status: Deferred
 Type: Standards Track
 Content-Type: text/plain
 Created: 04-Aug-2009
@@ -18,6 +18,13 @@
     subprocess.Popen more asynchronous to help alleviate these
     problems.
 
+
+PEP Deferral:
+
+    Further exploration of the concepts covered in this PEP has been deferred
+    at least until after PEP 3156 has been resolved.
+
+
 Motivation:
 
     A search for "python asynchronous subprocess" will turn up numerous
diff --git a/pep-3152.txt b/pep-3152.txt
--- a/pep-3152.txt
+++ b/pep-3152.txt
@@ -3,7 +3,7 @@
 Version: $Revision$
 Last-Modified: $Date$
 Author: Gregory Ewing <greg.ewing at canterbury.ac.nz>
-Status: Draft
+Status: Deferred
 Type: Standards Track
 Content-Type: text/x-rst
 Created: 13-Feb-2009
@@ -27,6 +27,13 @@
 independently of PEP 380 if so desired.
 
 
+PEP Deferral
+============
+
+Further exploration of the concepts covered in this PEP has been deferred
+at least until after PEP 3156 has been resolved.
+
+
 Specification
 =============
 

-- 
Repository URL: http://hg.python.org/peps


More information about the Python-checkins mailing list