[Python-checkins] peps: Note provisional status of PEP 440

nick.coghlan python-checkins at python.org
Mon Dec 29 06:49:50 CET 2014


https://hg.python.org/peps/rev/a532493ba99c
changeset:   5651:a532493ba99c
user:        Nick Coghlan <ncoghlan at gmail.com>
date:        Mon Dec 29 15:48:17 2014 +1000
summary:
  Note provisional status of PEP 440

files:
  pep-0440.txt |  17 +++++++++++++++++
  1 files changed, 17 insertions(+), 0 deletions(-)


diff --git a/pep-0440.txt b/pep-0440.txt
--- a/pep-0440.txt
+++ b/pep-0440.txt
@@ -27,6 +27,23 @@
 standardized approach to versioning, as described in PEP 345 and PEP 386.
 
 
+Provisional status of this specification
+========================================
+
+The version representation and comparison scheme described in this PEP is
+currently accepted on a provisional basis, as described in PEP 411.
+
+This status is based on feedback received on the initial releases of pip 6.0,
+and setuptools 8.0, which revealed some issues in the specification that
+had not been identified prior to acceptance. These issues will be addressed
+within PEP 440 itself, rather than introducing an entirely new PEP to cover
+relatively minor changes to a standard that has only just begun to be adopted.
+
+A future update proposal for PEP 1 will aim to make this Provisional phase
+for the initial release of the reference implementations a formal part of
+the PEP process that can be accurately tracked in the PEP metadata.
+
+
 Definitions
 ===========
 

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


More information about the Python-checkins mailing list