cpython/Lib/test/test_pathlib
Barney Gale 7f8ec52302
GH-127381: pathlib ABCs: remove PathBase.unlink() and rmdir() (#127736)
Virtual filesystems don't always make a distinction between deleting files
and empty directories, and sometimes support deleting non-empty directories
in a single operation. Here we remove `PathBase.unlink()` and `rmdir()`,
leaving `_delete()` as the sole deletion method, now made abstract. I hope
to drop the underscore prefix later on.
2024-12-08 18:45:09 +00:00
..
__init__.py
test_pathlib.py GH-127381: pathlib ABCs: remove PathBase.unlink() and rmdir() (#127736) 2024-12-08 18:45:09 +00:00
test_pathlib_abc.py GH-127381: pathlib ABCs: remove PathBase.unlink() and rmdir() (#127736) 2024-12-08 18:45:09 +00:00