[issue15084] Add option to os.mkdir to not raise an exception for existing directories

R. David Murray report at bugs.python.org
Sat Jun 16 15:54:07 CEST 2012


R. David Murray <rdmurray at bitdance.com> added the comment:

Note that the implementation of makedirs exist_ok has a significant bug (issue 13498) which renders it mostly useless in practice.  Parties interested in this issue might be interested in figuring out how to fix that bug :)

----------
nosy: +r.david.murray

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15084>
_______________________________________


More information about the Python-bugs-list mailing list