cpython/Lib/pathlib
Barney Gale ccad61e35d
GH-125866: Support complete "file:" URLs in urllib (#132378)
Add optional *add_scheme* argument to `urllib.request.pathname2url()`; when
set to true, a complete URL is returned. Likewise add optional
*require_scheme* argument to `url2pathname()`; when set to true, a complete
URL is accepted.

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
2025-04-14 01:49:02 +01:00
..
__init__.py GH-125866: Support complete "file:" URLs in urllib (#132378) 2025-04-14 01:49:02 +01:00
_os.py GH-128520: pathlib ABCs: validate `magic_open()` arguments (#131617) 2025-03-24 15:13:18 +00:00
types.py GH-128520: pathlib ABCs: tighten up argument types (#131621) 2025-03-24 15:39:08 +00:00