cpython/Lib/pathlib
Barney Gale 63b5aed06e
GH-123599: Remove duplicate url2pathname() implementation (#127237)
Call `urllib.request.url2pathname()` from `pathlib.Path.from_uri()` rather
than re-implementing it. This paves the way for solving the main issue
(ignoring local authorities and rejecting non-local ones) in urllib, not
pathlib.
2025-03-19 21:08:32 +00:00
..
__init__.py GH-123599: Remove duplicate url2pathname() implementation (#127237) 2025-03-19 21:08:32 +00:00
_os.py GH-130614: pathlib ABCs: improve support for receiving path metadata (#131259) 2025-03-16 06:11:20 +00:00
types.py GH-130614: pathlib ABCs: improve support for receiving path metadata (#131259) 2025-03-16 06:11:20 +00:00