This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ebianchi
Recipients docs@python, ebianchi
Date 2017-06-15.14:08:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1497535738.66.0.994856278172.issue30677@psf.upfronthosting.co.za>
In-reply-to
Content
Currently, documentation for os.mkdir() (see https://docs.python.org/3.6/library/os.html#os.mkdir ) reports only FileExistsError exception if directory exists. Please, add other exceptions (e.g. FileNotFoundError if directory is created in a non existent path) or report OSError as superclass of exceptions returned from this method
History
Date User Action Args
2017-06-15 14:08:58ebianchisetrecipients: + ebianchi, docs@python
2017-06-15 14:08:58ebianchisetmessageid: <1497535738.66.0.994856278172.issue30677@psf.upfronthosting.co.za>
2017-06-15 14:08:58ebianchilinkissue30677 messages
2017-06-15 14:08:58ebianchicreate