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 eric.snow
Recipients eric.snow
Date 2012-04-26.05:16:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1335417371.81.0.705378686686.issue14673@psf.upfronthosting.co.za>
In-reply-to
Content
(see thread at http://mail.python.org/pipermail/python-ideas/2012-April/014878.html)

This is a patch to add sys.implementation to Python (with doc addition).  The main motivation is to have an explicit place to look for the name and version of the implementation for generating the import cache tag (a la PEP 3147).
History
Date User Action Args
2012-04-26 05:16:11eric.snowsetrecipients: + eric.snow
2012-04-26 05:16:11eric.snowsetmessageid: <1335417371.81.0.705378686686.issue14673@psf.upfronthosting.co.za>
2012-04-26 05:16:11eric.snowlinkissue14673 messages
2012-04-26 05:16:11eric.snowcreate