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

Terry J. Reedy report at bugs.python.org
Tue Jul 27 17:48:04 CEST 2010


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

If I understand, this makes the change minimal: exist_ok means that if *name* already exists as a directory with the specified permissions, then do not raise an error. OK with me. Make sure doc and doc string say something like that.

----------

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


More information about the Python-bugs-list mailing list