[Python-checkins] peps: Specifically mention what old/latest means

donald.stufft python-checkins at python.org
Fri Jun 6 04:06:15 CEST 2014


http://hg.python.org/peps/rev/ce2e6512f7cc
changeset:   5487:ce2e6512f7cc
user:        Donald Stufft <donald at stufft.io>
date:        Thu Jun 05 22:06:08 2014 -0400
summary:
  Specifically mention what old/latest means

files:
  pep-0470.txt |  4 +++-
  1 files changed, 3 insertions(+), 1 deletions(-)


diff --git a/pep-0470.txt b/pep-0470.txt
--- a/pep-0470.txt
+++ b/pep-0470.txt
@@ -313,7 +313,9 @@
 
 This is determined by crawling the simple index and looking for installable
 files using a similar detection method as pip and setuptools use. The "latest"
-version is determined using ``pkg_resources.parse_version`` sort order.
+version is determined using ``pkg_resources.parse_version`` sort order and it
+is used to show whether or not the latest version is hosted externally or only
+old versions are.
 
 ============ ======= ================ =================== =======
 \             PyPI    External (old)   External (latest)   Total

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


More information about the Python-checkins mailing list