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

Alexander Belopolsky report at bugs.python.org
Tue Jul 27 18:02:46 CEST 2010


Alexander Belopolsky <belopolsky at users.sourceforge.net> added the comment:

> if *name* already exists as a directory with the specified
> permissions, then do not raise an error.

AFAICT, the code in the patch does not check permissions of the existing path(s) or even whether it is a directory or not.

----------
nosy: +belopolsky

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


More information about the Python-bugs-list mailing list