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 paul.moore
Recipients dstufft, ncoghlan, paul.moore, python-dev, r.david.murray
Date 2014-02-07.14:28:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1391783314.29.0.255838170841.issue20053@psf.upfronthosting.co.za>
In-reply-to
Content
As noted in http://bugs.python.org/issue1311 (referenced from http://bugs.python.org/issue20541) it's not actually correct to assume that os.path.exists(os.devnull) returns true, as on Windows the "null device" is not a proper filesystem object.

So I'd suggest that the code here needs to avoid relying on this assumption.
History
Date User Action Args
2014-02-07 14:28:34paul.mooresetrecipients: + paul.moore, ncoghlan, r.david.murray, python-dev, dstufft
2014-02-07 14:28:34paul.mooresetmessageid: <1391783314.29.0.255838170841.issue20053@psf.upfronthosting.co.za>
2014-02-07 14:28:34paul.moorelinkissue20053 messages
2014-02-07 14:28:34paul.moorecreate