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 iciocirlan
Recipients iciocirlan
Date 2019-11-26.22:23:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1574807025.92.0.455161841329.issue38924@roundup.psfhosted.org>
In-reply-to
Content
pathlib paths should expose a `.normalize()` method. This is highly useful, especially in web-related scenarios.

On `PurePath` its usefulness is obvious, but it's debatable for `Path`, as it would yield different results from `.resolve()` in case of symlinks (which resolves them before normalizing).
History
Date User Action Args
2019-11-26 22:23:46iciocirlansetrecipients: + iciocirlan
2019-11-26 22:23:45iciocirlansetmessageid: <1574807025.92.0.455161841329.issue38924@roundup.psfhosted.org>
2019-11-26 22:23:45iciocirlanlinkissue38924 messages
2019-11-26 22:23:45iciocirlancreate