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 ysj.ray
Recipients giampaolo.rodola, ijmorlan, ysj.ray
Date 2010-07-19.13:58:50
SpamBayes Score 0.031111268
Marked as misclassified No
Message-id <1279547932.15.0.210529252233.issue9299@psf.upfronthosting.co.za>
In-reply-to
Content
If I understander correctly, Issue 1608579, Issue 1239890, Issue 1223238, and Issue 1314067 all deal with the case that the intermediate directories already exists during creating them caused by race condition, but if the target directory(the leaf directory) already exist due to some reason, the OSError is still raised. This patch is mainly addressed on simulate the "mkdir -p" option, that is, when the target directory exists, no OSError is raised.
History
Date User Action Args
2010-07-19 13:58:52ysj.raysetrecipients: + ysj.ray, giampaolo.rodola, ijmorlan
2010-07-19 13:58:52ysj.raysetmessageid: <1279547932.15.0.210529252233.issue9299@psf.upfronthosting.co.za>
2010-07-19 13:58:50ysj.raylinkissue9299 messages
2010-07-19 13:58:50ysj.raycreate