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 eryksun
Recipients Kevin.Norris, eryksun, pitrou, steve.dower, tim.golden, zach.ware
Date 2021-02-23.09:21:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1614072095.55.0.481196055338.issue22299@roundup.psfhosted.org>
In-reply-to
Content
ntpath.realpath() has since been implemented, and it addresses the problem by keeping the extended (verbatim) path prefix in the result if the input argument has it, and otherwise removing the prefix if the final path resolves correctly without it.
History
Date User Action Args
2021-02-23 09:21:35eryksunsetrecipients: + eryksun, pitrou, tim.golden, zach.ware, steve.dower, Kevin.Norris
2021-02-23 09:21:35eryksunsetmessageid: <1614072095.55.0.481196055338.issue22299@roundup.psfhosted.org>
2021-02-23 09:21:35eryksunlinkissue22299 messages
2021-02-23 09:21:35eryksuncreate