diff options
author | Barney Gale <barney.gale@gmail.com> | 2025-05-12 19:00:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-12 19:00:36 +0100 |
commit | 5dbd27db7d79af88fb3f9b47f8b80438a147d349 (patch) | |
tree | 44422a75ca931f679296bf630cf28a1842fad7bd /Python/condvar.h | |
parent | 9f69a58623bd01349a18ba0c7a9cb1dad6a51e8e (diff) | |
download | cpython-5dbd27db7d79af88fb3f9b47f8b80438a147d349.tar.gz cpython-5dbd27db7d79af88fb3f9b47f8b80438a147d349.zip |
GH-128520: pathlib ABCs: add `JoinablePath.__vfspath__()` (#133437)
In the abstract interface of `JoinablePath`, replace `__str__()` with
`__vfspath__()`. This frees user implementations of `JoinablePath` to
implement `__str__()` however they like (or not at all.)
Also add `pathlib._os.vfspath()`, which calls `__fspath__()` or
`__vfspath__()`.
Diffstat (limited to 'Python/condvar.h')
0 files changed, 0 insertions, 0 deletions