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 rhettinger
Recipients abraithwaite, berker.peksag, docs@python, eric.smith, rhettinger, vstinner
Date 2014-06-20.22:56:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1403305015.24.0.108053361966.issue21784@psf.upfronthosting.co.za>
In-reply-to
Content
> So maybe a check was dropped by mistake?

Why do we care?  For the most part, Linux treats directories as files (if I do a mkdir twice, the error is "mkdir: tmp: File exists".  We don't care about the other flags rwx so why should we care about d?

Python should avoid adding superfluous checks when it doesn't have to.

> Anyways, it doesn't bother me too much.

AFAICT, it hasn't bothered anyone.
History
Date User Action Args
2014-06-20 22:56:55rhettingersetrecipients: + rhettinger, vstinner, eric.smith, docs@python, berker.peksag, abraithwaite
2014-06-20 22:56:55rhettingersetmessageid: <1403305015.24.0.108053361966.issue21784@psf.upfronthosting.co.za>
2014-06-20 22:56:55rhettingerlinkissue21784 messages
2014-06-20 22:56:54rhettingercreate