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 dholth
Recipients alexis, dholth, eric.araujo, jkloth, santoso.wijaya, tarek
Date 2011-04-29.17:20:29
SpamBayes Score 0.00032327234
Marked as misclassified No
Message-id <1304097630.4.0.260229704066.issue11921@psf.upfronthosting.co.za>
In-reply-to
Content
from docs.python.org:

platform.python_implementation()

    Returns a string identifying the Python implementation. Possible return values are: ‘CPython’, ‘IronPython’, ‘Jython’.

    New in version 2.6.

... and it seems pypy identifies itself as 'PyPy'.
History
Date User Action Args
2011-04-29 17:20:30dholthsetrecipients: + dholth, tarek, jkloth, eric.araujo, santoso.wijaya, alexis
2011-04-29 17:20:30dholthsetmessageid: <1304097630.4.0.260229704066.issue11921@psf.upfronthosting.co.za>
2011-04-29 17:20:29dholthlinkissue11921 messages
2011-04-29 17:20:29dholthcreate