From 60da0d55522f6f0a12f4624ed6e33138c696deeb Mon Sep 17 00:00:00 2001 From: Nick Coghlan Date: Sun, 17 Feb 2013 19:59:27 +1000 Subject: [PATCH] PEP 426 readability tweaks --- pep-0426.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pep-0426.txt b/pep-0426.txt index fed173411..91d9df46e 100644 --- a/pep-0426.txt +++ b/pep-0426.txt @@ -1354,7 +1354,6 @@ projects on PyPI with the specified versioning scheme (as of 16th February, * Total number of distributions analysed: 28088 * Distributions with no releases: 248 / 28088 (0.88 %) - * Fully compatible distributions: 24142 / 28088 (85.95 %) * Compatible distributions after translation: 2830 / 28088 (10.08 %) * Compatible distributions after filtering: 511 / 28088 (1.82 %) @@ -1379,6 +1378,8 @@ them by the numeric component. For comparison, here are the corresponding analysis results for PEP 386: +* Total number of distributions analysed: 28088 +* Distributions with no releases: 248 / 28088 (0.88 %) * Fully compatible distributions: 23874 / 28088 (85.00 %) * Compatible distributions after translation: 2786 / 28088 (9.92 %) * Compatible distributions after filtering: 527 / 28088 (1.88 %) @@ -1532,7 +1533,7 @@ justifications for needing such a standard can be found in PEP 386. .. [2] PEP 301: http://www.python.org/dev/peps/pep-0301/ -.. [3] Version compatibility analysis script +.. [3] Version compatibility analysis script: http://hg.python.org/peps/file/default/pep-0426/pepsort.py Appendix