[issue27420] Docs for os.link - say what happens if link already exists

Irit Katriel report at bugs.python.org
Sun Apr 25 14:03:25 EDT 2021


Irit Katriel <iritkatriel at yahoo.com> added the comment:

There is a general note at the top of the module:

"Note: All functions in this module raise OSError (or subclasses thereof) in the case of invalid or inaccessible file names and paths, or other arguments that have the correct type, but are not accepted by the operating system."


So there seems to have been a decision not state this separately for each function in the module.

----------
nosy: +iritkatriel
resolution:  -> wont fix
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue27420>
_______________________________________


More information about the Python-bugs-list mailing list