cpython/Lib/test/test_pathlib
Barney Gale 98dba73010
GH-73991: Rework `pathlib.Path.rmtree()` into `delete()` (#122368)
Rename `pathlib.Path.rmtree()` to `delete()`, and add support for deleting
non-directories. This simplifies the interface for users, and nicely
complements the upcoming `move()` and `copy()` methods (which will also
accept any type of file.)
2024-08-07 01:34:44 +01:00
..
__init__.py
test_pathlib.py GH-73991: Rework `pathlib.Path.rmtree()` into `delete()` (#122368) 2024-08-07 01:34:44 +01:00
test_pathlib_abc.py GH-73991: Rework `pathlib.Path.rmtree()` into `delete()` (#122368) 2024-08-07 01:34:44 +01:00