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 midnightdf
Recipients amaury.forgeotdarc, brian.curtin, dino.viehland, flox, michael.foord, midnightdf, r.david.murray
Date 2010-03-10.16:22:10
SpamBayes Score 3.4540523e-07
Marked as misclassified No
Message-id <1268238133.36.0.273830158818.issue8110@psf.upfronthosting.co.za>
In-reply-to
Content
platform.system()=="Windows" won't work unless you change platform as well:
IronPython 2.6.1 DEBUG (2.6.10920.0) on .NET 2.0.50727.4927
Type "help", "copyright", "credits" or "license" for more information.
>>> import platform
>>> platform.system()
'cli'
History
Date User Action Args
2010-03-10 16:22:13midnightdfsetrecipients: + midnightdf, amaury.forgeotdarc, dino.viehland, r.david.murray, michael.foord, brian.curtin, flox
2010-03-10 16:22:13midnightdfsetmessageid: <1268238133.36.0.273830158818.issue8110@psf.upfronthosting.co.za>
2010-03-10 16:22:10midnightdflinkissue8110 messages
2010-03-10 16:22:10midnightdfcreate