mirror of
https://github.com/python/cpython.git
synced 2026-05-07 21:20:55 -04:00
d372472896
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`.