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

Ray.Allen report at bugs.python.org
Tue Aug 3 13:56:18 CEST 2010


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

> Doc review: Small typo, Flase vs False.  Also, exceptions are "raised" rather than "thrown" in Python land (same for the docstring).  Both exception references should be :exc:`OSError`.

Here fixed these doc problems. Thanks for reviewing! Besides, the reason why I use "throw" rather than "raise" is that I found current Doc use "throw an exception", so I think an exception is "thrown". ^_^

----------
Added file: http://bugs.python.org/file18338/mkdir.diff

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


More information about the Python-bugs-list mailing list