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 brian.curtin
Recipients ajaksu2, amaury.forgeotdarc, brian.curtin, geon, gpolo, taleinat
Date 2010-07-20.20:23:40
SpamBayes Score 0.04506675
Marked as misclassified No
Message-id <1279657422.14.0.514937624445.issue4832@psf.upfronthosting.co.za>
In-reply-to
Content
I would forget about slicing or using startswith. "win32" is the platform name for Python on Windows whether or not it's 64-bit (see PC/pyconfig.h), so I'd just check """sys.platform == 'win32'"""
History
Date User Action Args
2010-07-20 20:23:42brian.curtinsetrecipients: + brian.curtin, amaury.forgeotdarc, taleinat, ajaksu2, gpolo, geon
2010-07-20 20:23:42brian.curtinsetmessageid: <1279657422.14.0.514937624445.issue4832@psf.upfronthosting.co.za>
2010-07-20 20:23:40brian.curtinlinkissue4832 messages
2010-07-20 20:23:40brian.curtincreate