[issue15531] os.path symlink docs missing

R. David Murray report at bugs.python.org
Sat Aug 4 22:56:34 CEST 2012


R. David Murray added the comment:

The first of those acts as I would expect: os.path.realpath is operating only on the path, so if the last element is a symbolic link it doesn't have any reason to look for the target of that link.

The second one does seem less intuitive.

I'm not sure the first case is worth a patch...I'd have to see a suggested wording.  The second probably is, assuming it is not in fact a bug.

----------
nosy: +larry, r.david.murray

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


More information about the Python-bugs-list mailing list