Ray.Allen <ysj....@gmail.com> added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue9299>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to