[issue40281] Add pathlib.PurePath.as_uri()

2020-04-14 Thread Antoine Pitrou
New submission from Antoine Pitrou : "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. -- components: Library (Lib) messages: 366384 nosy:

[issue40281] Add pathlib.PurePath.as_uri()

2020-04-14 Thread Antoine Pitrou
Change by Antoine Pitrou : -- nosy: +barneygale ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue40281] Add pathlib.PurePath.as_uri()

2020-04-14 Thread Dong-hee Na
Dong-hee Na added the comment: +1 to add this :) -- nosy: +corona10 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubs

[issue40281] Add pathlib.PurePath.as_uri()

2020-04-16 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- nosy: +pablogsal ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:/

[issue40281] Add pathlib.PurePath.as_uri()

2020-04-17 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: Is this different from https://docs.python.org/3/library/pathlib.html#pathlib.PurePath.as_uri -- nosy: +xtreak ___ Python tracker

[issue40281] Add pathlib.PurePath.as_uri()

2020-04-17 Thread Antoine Pitrou
Antoine Pitrou added the comment: Hmm, it looks like I lost my head from 10 years ago :-S Sorry for the noise, everyone. -- resolution: -> works for me stage: -> resolved status: open -> closed ___ Python tracker