New submission from Jendrik Weise <jew...@gmail.com>:
According to the table at the bottom of the pathlib documentation Path.resolve() is equivalent to os.path.abspath(path). In contrast to the latter Path.resolve() does follow symlinks though, making it more similar to os.path.realpath(path). ---------- assignee: docs@python components: Documentation messages: 374060 nosy: Jendrik Weise, docs@python priority: normal severity: normal status: open title: pathlib.Path.resolve incorrect os.path equivalent type: behavior versions: Python 3.10, Python 3.7, Python 3.8, Python 3.9 _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue41357> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com