PEP 426 readability tweaks
This commit is contained in:
parent
ff5d03aef4
commit
60da0d5552
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue