cpython/Lib/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 GH-73991: Support copying directory symlinks on older Windows (#120807) 2024-07-03 04:30:29 +01:00
_abc.py GH-73991: Rework `pathlib.Path.rmtree()` into `delete()` (#122368) 2024-08-07 01:34:44 +01:00
_local.py GH-73991: Rework `pathlib.Path.rmtree()` into `delete()` (#122368) 2024-08-07 01:34:44 +01:00
_os.py GH-73991: Support preserving metadata in `pathlib.Path.copy()` (#120806) 2024-07-06 17:18:39 +01:00