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 benjamin.peterson
Recipients Carl.Friedrich.Bolz, arigo, benjamin.peterson, brett.cannon, ncoghlan
Date 2008-10-30.22:34:27
SpamBayes Score 3.1849526e-05
Marked as misclassified No
Message-id <1afaf6160810301534k1e807897kb7a6a202ec3d53c9@mail.gmail.com>
In-reply-to <1225406020.38.0.596099804876.issue4242@psf.upfronthosting.co.za>
Content
On Thu, Oct 30, 2008 at 5:33 PM, Nick Coghlan <report@bugs.python.org> wrote:
>
> Nick Coghlan <ncoghlan@gmail.com> added the comment:
>
> I personally wonder if we should be moving towards a more systematic
> means of identifying the underlying Python VM than the current fairly ad
> hoc use of sys.platform.

I use platform.python_implementation().
History
Date User Action Args
2008-10-30 22:36:12benjamin.petersonsetrecipients: + benjamin.peterson, brett.cannon, arigo, ncoghlan, Carl.Friedrich.Bolz
2008-10-30 22:34:27benjamin.petersonlinkissue4242 messages
2008-10-30 22:34:27benjamin.petersoncreate