[Python-checkins] peps: PEP 426 readability tweaks

nick.coghlan python-checkins at python.org
Sun Feb 17 10:59:35 CET 2013


http://hg.python.org/peps/rev/5a1b54cb7b78
changeset:   4749:5a1b54cb7b78
user:        Nick Coghlan <ncoghlan at gmail.com>
date:        Sun Feb 17 19:59:27 2013 +1000
summary:
  PEP 426 readability tweaks

files:
  pep-0426.txt |  5 +++--
  1 files changed, 3 insertions(+), 2 deletions(-)


diff --git a/pep-0426.txt b/pep-0426.txt
--- a/pep-0426.txt
+++ b/pep-0426.txt
@@ -1354,7 +1354,6 @@
 
 * 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 @@
 
 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 @@
 .. [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

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


More information about the Python-checkins mailing list