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 benjamin.peterson
Recipients Arfrever, benjamin.peterson, christian.heimes, desrt, flox, georg.brandl, koobs, larry, matejcik, ned.deily, pitrou, python-dev, rpointel, serhiy.storchaka, terry.reedy, vstinner
Date 2014-04-01.23:23:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1396394624.75.0.48665925301.issue21082@psf.upfronthosting.co.za>
In-reply-to
Content
I've now removed the offending behavior. exist_ok is still racy because it uses path.isdir() in the exceptional case, but fixing that can be an enhancement elsewhere.
History
Date User Action Args
2014-04-01 23:23:44benjamin.petersonsetrecipients: + benjamin.peterson, georg.brandl, terry.reedy, pitrou, vstinner, larry, christian.heimes, matejcik, ned.deily, Arfrever, flox, python-dev, rpointel, serhiy.storchaka, koobs, desrt
2014-04-01 23:23:44benjamin.petersonsetmessageid: <1396394624.75.0.48665925301.issue21082@psf.upfronthosting.co.za>
2014-04-01 23:23:44benjamin.petersonlinkissue21082 messages
2014-04-01 23:23:44benjamin.petersoncreate