cpython/Lib/test/test_pathlib
Barney Gale 260843df1b
GH-125413: Add `pathlib.Path.scandir()` method (#126060)
Add `pathlib.Path.scandir()` as a trivial wrapper of `os.scandir()`. This
will be used to implement several `PathBase` methods more efficiently,
including methods that provide `Path.copy()`.
2024-11-01 01:19:01 +00:00
..
__init__.py
test_pathlib.py GH-125069: Fix inconsistent joining in `WindowsPath(PosixPath(...))` (#125156) 2024-10-13 17:46:10 +00:00
test_pathlib_abc.py GH-125413: Add `pathlib.Path.scandir()` method (#126060) 2024-11-01 01:19:01 +00:00