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 ncoghlan
Recipients ncoghlan, vajrasky
Date 2014-02-07.14:37:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1391783878.34.0.832481758048.issue20541@psf.upfronthosting.co.za>
In-reply-to
Content
As per issue 1311, the exists returns True <-> stat will work equivalence is deliberate. We'll have to find a different way to resolve issue 20053 on Windows.

Due to the special files on Windows, the only reliable cross-platform way to find out whether or not *open* will work on a given filename is to actually try it.
History
Date User Action Args
2014-02-07 14:37:58ncoghlansetrecipients: + ncoghlan, vajrasky
2014-02-07 14:37:58ncoghlansetmessageid: <1391783878.34.0.832481758048.issue20541@psf.upfronthosting.co.za>
2014-02-07 14:37:58ncoghlanlinkissue20541 messages
2014-02-07 14:37:58ncoghlancreate