cpython/Lib/pathlib
Barney Gale 95352dcb93
GH-127381: pathlib ABCs: remove PathBase.move() and move_into() (#128337)
These methods combine `_delete()` and `copy()`, but `_delete()` isn't part
of the public interface, and it's unlikely to be added until the pathlib
ABCs are made official, or perhaps even later.
2025-01-04 12:53:51 +00:00
..
__init__.py GH-127807: pathlib ABCs: remove PathBase._unsupported_msg() (#127855) 2024-12-12 17:39:24 +00:00
_abc.py GH-127381: pathlib ABCs: remove PathBase.move() and move_into() (#128337) 2025-01-04 12:53:51 +00:00
_local.py GH-127381: pathlib ABCs: remove PathBase.move() and move_into() (#128337) 2025-01-04 12:53:51 +00:00
_os.py GH-127807: pathlib ABCs: move private copying methods to dedicated class (#127810) 2024-12-22 02:22:08 +00:00
_types.py GH-127381: pathlib ABCs: remove uncommon PurePathBase methods (#127853) 2024-12-29 22:07:12 +00:00