cpython/Lib/pathlib
Barney Gale fbfb0e1f6e
GH-128520: pathlib ABCs: reject empty pattern in ReadablePath.glob() (#127343)
For compatibility with `Path.glob()`, raise `ValueError` if an empty
pattern is given to `ReadablePath.glob()`.
2025-03-24 15:12:29 +00:00
..
__init__.py GH-123599: Deprecate duplicate pathname2url() implementation (#127380) 2025-03-20 00:54:36 +00:00
_os.py GH-130614: pathlib ABCs: improve support for receiving path metadata (#131259) 2025-03-16 06:11:20 +00:00
types.py GH-128520: pathlib ABCs: reject empty pattern in ReadablePath.glob() (#127343) 2025-03-24 15:12:29 +00:00