Message110964
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'""" |
|
| Date |
User |
Action |
Args |
| 2010-07-20 20:23:42 | brian.curtin | set | recipients:
+ brian.curtin, amaury.forgeotdarc, taleinat, ajaksu2, gpolo, geon |
| 2010-07-20 20:23:42 | brian.curtin | set | messageid: <1279657422.14.0.514937624445.issue4832@psf.upfronthosting.co.za> |
| 2010-07-20 20:23:40 | brian.curtin | link | issue4832 messages |
| 2010-07-20 20:23:40 | brian.curtin | create | |
|