]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-114575: Rename `PurePath.pathmod` to `PurePath.parser` (#116513)
authorBarney Gale <barney.gale@gmail.com>
Sun, 31 Mar 2024 18:14:48 +0000 (19:14 +0100)
committerGitHub <noreply@github.com>
Sun, 31 Mar 2024 18:14:48 +0000 (19:14 +0100)
commit752e18389ed03087b51b38eac9769ef8dfd167b7
tree6e24f7ad5b484488a4f5873ff37b416e266ea9d3
parentbfc57d43d8766120ba0c8f3f6d7b2ac681a81d8a
GH-114575: Rename `PurePath.pathmod` to `PurePath.parser` (#116513)

And rename the private base class from `PathModuleBase` to `ParserBase`.
Doc/library/pathlib.rst
Doc/whatsnew/3.13.rst
Lib/pathlib/__init__.py
Lib/pathlib/_abc.py
Lib/test/test_pathlib/test_pathlib.py
Lib/test/test_pathlib/test_pathlib_abc.py