Message220803
| 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. |
|