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 Steve Barnes, eryksun, paul.moore, steve.dower, tim.golden, zach.ware
Date 2017-05-08.14:22:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1494253350.29.0.186058182146.issue30291@psf.upfronthosting.co.za>
In-reply-to
Content
The actual change I want here is to support Company/Tag pairs as defined in PEP 514. There is no suffix on 64-bit CPython tags, so interpreting "-64" is going outside the PEP.

I'd also be okay with a strict mode that requires -32 for 32-bit interpreters, rather than assuming the language version is close enough. Perhaps a "-only" flag or suffix?
History
Date User Action Args
2017-05-08 14:22:30steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware, eryksun, Steve Barnes
2017-05-08 14:22:30steve.dowersetmessageid: <1494253350.29.0.186058182146.issue30291@psf.upfronthosting.co.za>
2017-05-08 14:22:30steve.dowerlinkissue30291 messages
2017-05-08 14:22:30steve.dowercreate