0
0
mirror of https://github.com/python/cpython.git synced 2024-12-01 03:01:36 +01:00
cpython/Lib/pathlib
Barney Gale 3c28510b98
GH-119113: Raise TypeError from pathlib.PurePath.with_suffix(None) (#119124)
Restore behaviour from 3.12 when `path.with_suffix(None)` is called.
2024-05-19 17:04:56 +01:00
..
__init__.py Move pathlib implementation out of __init__.py (#118582) 2024-05-05 20:57:19 +01:00
_abc.py GH-119113: Raise TypeError from pathlib.PurePath.with_suffix(None) (#119124) 2024-05-19 17:04:56 +01:00
_local.py gh-119049: Defer import warnings in pathlib._local (#119111) 2024-05-17 17:12:02 +01:00