PEP 425: enlarge FAQ

This commit is contained in:
Daniel Holth 2013-03-11 23:06:02 -04:00
parent 77d614b889
commit 7ea6e96cb8
1 changed files with 9 additions and 1 deletions

View File

@ -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
=========