[issue25930] Document that os.remove is semantically identical to os.unlink

Brett Cannon report at bugs.python.org
Tue Dec 22 20:05:07 EST 2015


Brett Cannon added the comment:

I think it's reasonable to say the documentation could be misconstrued -- as Anthony has shown -- and so a patch changing the os.remove docs to say "This function is semantically identical to os.unlink()" would be acceptable.

----------
assignee:  -> docs at python
components: +Documentation -Argument Clinic, Library (Lib)
nosy: +brett.cannon, docs at python
resolution: not a bug -> 
status: closed -> open
title: os.unlink != os.remove in python3.5 -> Document that os.remove is semantically identical to os.unlink

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25930>
_______________________________________


More information about the Python-bugs-list mailing list