This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Jendrik Weise
Recipients Jendrik Weise, docs@python
Date 2020-07-21.10:31:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1595327489.48.0.566751491612.issue41357@roundup.psfhosted.org>
In-reply-to
Content
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).
History
Date User Action Args
2020-07-21 10:31:29Jendrik Weisesetrecipients: + Jendrik Weise, docs@python
2020-07-21 10:31:29Jendrik Weisesetmessageid: <1595327489.48.0.566751491612.issue41357@roundup.psfhosted.org>
2020-07-21 10:31:29Jendrik Weiselinkissue41357 messages
2020-07-21 10:31:29Jendrik Weisecreate