cpython/Lib/pathlib
Barney Gale 328187cc4f
GH-127381: pathlib ABCs: remove `PathBase.cwd()` and `home()` (#127427)
These classmethods presume that the user has retained the original
`__init__()` signature, which may not be the case. Also, many virtual
filesystems don't provide current or home directories.
2024-11-30 18:39:39 +00:00
..
__init__.py GH-73991: Rework `pathlib.Path.copytree()` into `copy()` (#122369) 2024-08-11 22:43:18 +01:00
_abc.py GH-127381: pathlib ABCs: remove `PathBase.cwd()` and `home()` (#127427) 2024-11-30 18:39:39 +00:00
_local.py GH-127381: pathlib ABCs: remove `PathBase.cwd()` and `home()` (#127427) 2024-11-30 18:39:39 +00:00
_os.py GH-122890: Fix low-level error handling in `pathlib.Path.copy()` (#122897) 2024-08-24 15:11:39 +01:00