cpython/Lib/pathlib
Barney Gale 5b6635f772
GH-127381: pathlib ABCs: remove PathBase.rename() and replace() (#127658)
These methods are obviated by `PathBase.move()`, which can move directories
and supports any `PathBase` object as a target.
2024-12-06 18:10:00 +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.rename() and replace() (#127658) 2024-12-06 18:10:00 +00:00
_local.py GH-127381: pathlib ABCs: remove PathBase.rename() and replace() (#127658) 2024-12-06 18:10:00 +00:00
_os.py GH-122890: Fix low-level error handling in pathlib.Path.copy() (#122897) 2024-08-24 15:11:39 +01:00