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 vstinner
Recipients amaury.forgeotdarc, brian.curtin, dino.viehland, midnightdf, pitrou, r.david.murray, vstinner
Date 2014-06-17.07:17:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1402989456.41.0.555826602248.issue8110@psf.upfronthosting.co.za>
In-reply-to
Content
> sys.platform == "cli" or sys.platform == "silverlight"

It cannot happen in CPython, so I think that it's fine to leave CPython stdlib unchanged. I consider that the issue is fixed because the bug report was for IronPython and the bug was fixed there.
History
Date User Action Args
2014-06-17 07:17:36vstinnersetrecipients: + vstinner, amaury.forgeotdarc, pitrou, dino.viehland, r.david.murray, brian.curtin, midnightdf
2014-06-17 07:17:36vstinnersetmessageid: <1402989456.41.0.555826602248.issue8110@psf.upfronthosting.co.za>
2014-06-17 07:17:36vstinnerlinkissue8110 messages
2014-06-17 07:17:36vstinnercreate