cpython/Lib/pathlib
Barney Gale 7d8725ac6f
GH-74033: Drop deprecated pathlib.Path keyword arguments (#118793)
Remove support for supplying keyword arguments to `pathlib.Path()`. This
has been deprecated since Python 3.12.
2024-05-14 20:14:07 +00:00
..
__init__.py Move pathlib implementation out of __init__.py (#118582) 2024-05-05 20:57:19 +01:00
_abc.py GH-101357: Suppress OSError from pathlib.Path.exists() and is_*() (#118243) 2024-05-14 17:53:15 +00:00
_local.py GH-74033: Drop deprecated pathlib.Path keyword arguments (#118793) 2024-05-14 20:14:07 +00:00