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 doko
Recipients doko, ncoghlan
Date 2016-06-04.22:53:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1465080781.77.0.682973278545.issue27201@psf.upfronthosting.co.za>
In-reply-to
Content
maybe we don't need that. you already can do:

import sys
'%s-%d%d%s' % (sys.implementation.name, sys.version_info[0], sys.version_info[1], sys.abiflags)
'cpython-35m'
History
Date User Action Args
2016-06-04 22:53:01dokosetrecipients: + doko, ncoghlan
2016-06-04 22:53:01dokosetmessageid: <1465080781.77.0.682973278545.issue27201@psf.upfronthosting.co.za>
2016-06-04 22:53:01dokolinkissue27201 messages
2016-06-04 22:53:01dokocreate