Message296097
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 |
|
Date |
User |
Action |
Args |
2017-06-15 14:08:58 | ebianchi | set | recipients:
+ ebianchi, docs@python |
2017-06-15 14:08:58 | ebianchi | set | messageid: <1497535738.66.0.994856278172.issue30677@psf.upfronthosting.co.za> |
2017-06-15 14:08:58 | ebianchi | link | issue30677 messages |
2017-06-15 14:08:58 | ebianchi | create | |
|