[issue9299] os.makedirs(): Add a keyword argument to suppress "File exists" exception

Terry J. Reedy report at bugs.python.org
Sun Jul 25 03:27:54 CEST 2010


Terry J. Reedy <tjreedy at udel.edu> added the comment:

Ray, what does mkdir -p do if the last target name exists but is a regular file rather than a directory? A slightly separate question is 'What do we want mkdirs to do (in this case)?'

----------
stage: patch review -> commit review

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


More information about the Python-bugs-list mailing list