New submission from Enrico Bianchi:
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
New submission from Enrico Bianchi:
although exists, read() method isn't reported in the SSLSocket documentation.
Please, fix it
--
assignee: docs@python
components: Documentation
messages: 212115
nosy: docs@python, ebianchi
priority: normal
severity: normal
status: open