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 BreamoreBoy
Recipients BreamoreBoy, amaury.forgeotdarc, brian.curtin, dino.viehland, midnightdf, pitrou, r.david.murray, vstinner
Date 2014-06-17.14:40:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1403016017.48.0.907585199618.issue8110@psf.upfronthosting.co.za>
In-reply-to
Content
The important line from the link in msg122717 is :-

mswindows = (sys.platform == "win32" or (sys.platform == "cli" and os.name == 'nt'))

so +1 from me unless someone can show one or more problems with it.
History
Date User Action Args
2014-06-17 14:40:17BreamoreBoysetrecipients: + BreamoreBoy, amaury.forgeotdarc, pitrou, vstinner, dino.viehland, r.david.murray, brian.curtin, midnightdf
2014-06-17 14:40:17BreamoreBoysetmessageid: <1403016017.48.0.907585199618.issue8110@psf.upfronthosting.co.za>
2014-06-17 14:40:17BreamoreBoylinkissue8110 messages
2014-06-17 14:40:17BreamoreBoycreate