PEP 425: enlarge FAQ
This commit is contained in:
parent
77d614b889
commit
7ea6e96cb8
10
pep-0425.txt
10
pep-0425.txt
|
@ -259,6 +259,14 @@ Why didn't you mention my favorite Python implementation?
|
|||
too, but with longer tags.
|
||||
Recall that all "pure Python" built distributions just use 'py'.
|
||||
|
||||
Why is the ABI tag (the second tag) sometimes "none" in the reference implementation?
|
||||
Since Python 2 does not have an easy way to get to the SOABI
|
||||
(the concept comes from newer versions of Python 3) the reference
|
||||
implentation at the time of writing guesses "none". Ideally it
|
||||
would detect "py27(d|m|u)" analagous to newer versions of Python,
|
||||
but in the meantime "none" is a good enough way to say "don't know".
|
||||
|
||||
|
||||
References
|
||||
==========
|
||||
|
||||
|
@ -275,7 +283,7 @@ Acknowledgements
|
|||
================
|
||||
|
||||
The author thanks Paul Moore, Nick Coghlan, Mark Abramowitz, and
|
||||
Mr. Michele Lacchia for their valuable advice and help with this effort.
|
||||
Mr. Michele Lacchia for their valuable help and advice.
|
||||
|
||||
Copyright
|
||||
=========
|
||||
|
|
Loading…
Reference in New Issue