cpython/Lib/test/test_pathlib
Miss Islington (bot) 27b61c17a1
[3.13] GH-119113: Raise `TypeError` from `pathlib.PurePath.with_suffix(None)` (GH-119124) (#119183)
Restore behaviour from 3.12 when `path.with_suffix(None)` is called.
(cherry picked from commit 3c28510b98)

Co-authored-by: Barney Gale <barney.gale@gmail.com>
2024-05-19 16:27:12 +00:00
..
__init__.py
test_pathlib.py GH-115060: Speed up `pathlib.Path.glob()` by omitting initial `stat()` (#117831) 2024-04-14 00:08:03 +01:00
test_pathlib_abc.py [3.13] GH-119113: Raise `TypeError` from `pathlib.PurePath.with_suffix(None)` (GH-119124) (#119183) 2024-05-19 16:27:12 +00:00