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 ned.deily
Recipients mew, ned.deily, r.david.murray
Date 2015-05-18.18:16:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1431972987.54.0.681505202227.issue24231@psf.upfronthosting.co.za>
In-reply-to
Content
This appears to be a BSD-ism: I get the same result on FreeBSD 10 as with OS X 10.10.  For whatever reason, mkdir('/') returns IsADirectoryError while mkdir('/other/existing/directory') returns FileExistsError.
History
Date User Action Args
2015-05-18 18:16:27ned.deilysetrecipients: + ned.deily, r.david.murray, mew
2015-05-18 18:16:27ned.deilysetmessageid: <1431972987.54.0.681505202227.issue24231@psf.upfronthosting.co.za>
2015-05-18 18:16:27ned.deilylinkissue24231 messages
2015-05-18 18:16:27ned.deilycreate