Brian Curtin <[email protected]> added the comment:

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'"""

----------
nosy: +brian.curtin

_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue4832>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to