cpython/Lib/pathlib
Barney Gale d372472896
GH-128520: pathlib ABCs: tighten up argument types (#131621)
In `JoinablePath.full_match()` and `ReadablePath.glob()`, accept a `str`
pattern argument rather than `JoinablePath | str`.

In `ReadablePath.copy()` and `copy_into()`, accept a `WritablePath` target
argument rather than `WritablePath | str`.
2025-03-24 15:39:08 +00:00
..
__init__.py GH-128520: pathlib ABCs: tighten up argument types (#131621) 2025-03-24 15:39:08 +00: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