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.13:05:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1391778301.71.0.28504294727.issue20053@psf.upfronthosting.co.za>
In-reply-to
Content
Sigh. Yes, I looked at that and wondered if os.devnul would show as existing, but I similarly misread the test and assumed it was testing what it was meant to test :-(

os.path.exists(os.devnull) is false on Windows (just checked) so this assumption *is* what's failing.
History
Date User Action Args
2014-02-07 13:05:01paul.mooresetrecipients: + paul.moore, ncoghlan, r.david.murray, python-dev, dstufft
2014-02-07 13:05:01paul.mooresetmessageid: <1391778301.71.0.28504294727.issue20053@psf.upfronthosting.co.za>
2014-02-07 13:05:01paul.moorelinkissue20053 messages
2014-02-07 13:05:01paul.moorecreate