cpython/Lib/pathlib
Barney Gale e3dedeae7a
GH-114610: Fix pathlib.PurePath.with_stem('') handling of file extensions (#114612)
Raise `ValueError` if `with_stem('')` is called on a path with a file
extension. Paths may only have an empty stem if they also have an empty
suffix.
2024-02-24 19:37:03 +00:00
..
__init__.py GH-115060: Speed up pathlib.Path.glob() by removing redundant regex matching (#115061) 2024-02-10 18:12:34 +00:00
_abc.py GH-114610: Fix pathlib.PurePath.with_stem('') handling of file extensions (#114612) 2024-02-24 19:37:03 +00:00