This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author steve.dower
Recipients Arfrever, barry, brett.cannon, eric.snow, lemburg, ncoghlan, ned.deily, pitrou, python-dev, steve.dower, tim.golden, vstinner, zach.ware
Date 2014-12-16.13:38:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1418737132.92.0.582001607945.issue22980@psf.upfronthosting.co.za>
In-reply-to
Content
I justified leaving out the ABI tag in an earlier post as well as in an email to distutils-sig, where two of the PEPs you mention were developed, and nobody had any comment. Cache tags don't include platform information and are worthless here.

distutils uses the first extension from _imp.extension_suffixes() and so will automatically tag binaries. I also tested with setuptools and Cython.
History
Date User Action Args
2014-12-16 13:38:52steve.dowersetrecipients: + steve.dower, lemburg, barry, brett.cannon, ncoghlan, pitrou, vstinner, tim.golden, ned.deily, Arfrever, python-dev, eric.snow, zach.ware
2014-12-16 13:38:52steve.dowersetmessageid: <1418737132.92.0.582001607945.issue22980@psf.upfronthosting.co.za>
2014-12-16 13:38:52steve.dowerlinkissue22980 messages
2014-12-16 13:38:52steve.dowercreate