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 pitrou
Recipients pitrou
Date 2020-04-14.13:13:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1586869981.39.0.314985055066.issue40281@roundup.psfhosted.org>
In-reply-to
Content
"file" scheme URIs are normalized:
https://tools.ietf.org/html/rfc8089

Therefore it would be possible to provide a PurePath method that returns a "file" scheme URI corresponding to the given path.
History
Date User Action Args
2020-04-14 13:13:01pitrousetrecipients: + pitrou
2020-04-14 13:13:01pitrousetmessageid: <1586869981.39.0.314985055066.issue40281@roundup.psfhosted.org>
2020-04-14 13:13:01pitroulinkissue40281 messages
2020-04-14 13:13:01pitroucreate