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

Ray.Allen report at bugs.python.org
Wed Jul 28 08:52:55 CEST 2010


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

I updated the patch. Now the patch:

suppress the OSError if and only if the target directory with the same mode as we specified already exists.

----------

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


More information about the Python-bugs-list mailing list