mirror of
https://github.com/python/cpython.git
synced 2025-10-17 20:28:43 +00:00
![]() There used to be a meaningful distinction between these modules: `pathlib` imported `pathlib._abc` but not `pathlib.types`. This is no longer the case (neither module is imported), so we move the ABCs as follows: - `pathlib._abc.JoinablePath` --> `pathlib.types._JoinablePath` - `pathlib._abc.ReadablePath` --> `pathlib.types._ReadablePath` - `pathlib._abc.WritablePath` --> `pathlib.types._WritablePath` |
||
---|---|---|
.. | ||
__init__.py | ||
_local.py | ||
_os.py | ||
types.py |