[docs] [issue29688] Add support for Path.absolute()

Serhiy Storchaka report at bugs.python.org
Sun Mar 12 16:52:49 EDT 2017


Serhiy Storchaka added the comment:

posixpath.abspath() collapses "<path>/<symlink>/.." to "<path>", this is not correct. Not sure about ntpath.abspath().

----------
nosy: +serhiy.storchaka

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


More information about the docs mailing list