Ray.Allen <ysj....@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 <rep...@bugs.python.org> <http://bugs.python.org/issue9299> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com