mirror of
https://github.com/python/cpython.git
synced 2026-01-27 21:25:12 +00:00
Call `urllib.request.pathname2url()` from `pathlib.Path.as_uri()`, and deprecate the duplicate implementation in `PurePath`. Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>