cpython/Lib/test/test_pathlib
Barney Gale 625d0705b9
GH-73991: Add pathlib.Path.move() (#122073)
Add a `Path.move()` method that moves a file or directory tree, and returns a new `Path` instance pointing to the target.

This method is similar to `shutil.move()`, except that it doesn't accept a *copy_function* argument, and it doesn't check whether the destination is an existing directory.
2024-08-25 16:51:51 +01:00
..
__init__.py
test_pathlib.py GH-73991: Add pathlib.Path.move() (#122073) 2024-08-25 16:51:51 +01:00
test_pathlib_abc.py GH-73991: Add pathlib.Path.move() (#122073) 2024-08-25 16:51:51 +01:00