cpython/Lib/test/test_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
test_pathlib.py GH-127381: pathlib ABCs: remove PathBase.lstat() (#127382) 2024-11-29 21:03:39 +00:00
test_pathlib_abc.py GH-127381: pathlib ABCs: remove PathBase.rename() and replace() (#127658) 2024-12-06 18:10:00 +00:00