mirror of https://github.com/python/cpython.git
![]() 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__()`. |
||
---|---|---|
.. | ||
support | ||
__init__.py | ||
test_copy.py | ||
test_join.py | ||
test_join_posix.py | ||
test_join_windows.py | ||
test_pathlib.py | ||
test_read.py | ||
test_write.py |