[Python-checkins] peps: Defer PEP 459 in addition to 426

nick.coghlan python-checkins at python.org
Thu Jun 2 15:21:53 EDT 2016


https://hg.python.org/peps/rev/37875b427143
changeset:   6347:37875b427143
user:        Nick Coghlan <ncoghlan at gmail.com>
date:        Thu Jun 02 12:21:13 2016 -0700
summary:
  Defer PEP 459 in addition to 426

files:
  pep-0459.txt |  8 +++++++-
  1 files changed, 7 insertions(+), 1 deletions(-)


diff --git a/pep-0459.txt b/pep-0459.txt
--- a/pep-0459.txt
+++ b/pep-0459.txt
@@ -5,7 +5,7 @@
 Author: Nick Coghlan <ncoghlan at gmail.com>
 BDFL-Delegate: Nick Coghlan <ncoghlan at gmail.com>
 Discussions-To: Distutils SIG <distutils-sig at python.org>
-Status: Draft
+Status: Deferred
 Type: Standards Track
 Content-Type: text/x-rst
 Requires: 426
@@ -22,6 +22,12 @@
 independently versioned. Changing any of the formats requires an update
 to this PEP, but does not require an update to the core packaging metadata.
 
+PEP Deferral
+============
+
+This PEP depends on PEP 426, which has itself been deferred. See the
+PEP Deferral section in that PEP for details.
+
 .. note::
 
    These extensions may eventually be separated out into their own PEPs,

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


More information about the Python-checkins mailing list