]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-128520: Merge `pathlib._local` into `pathlib` (#130748)
authorBarney Gale <barney.gale@gmail.com>
Fri, 7 Mar 2025 19:24:57 +0000 (19:24 +0000)
committerGitHub <noreply@github.com>
Fri, 7 Mar 2025 19:24:57 +0000 (19:24 +0000)
commit4bf25a0dc85821446a48b995e4f6c3112ebaae10
tree08829948c27b9ae417fbcd5336063e8e3b4d8557
parent12db45211d411583cbe272c7ba6811a811b721ca
GH-128520: Merge `pathlib._local` into `pathlib` (#130748)

The `pathlib` module used to import stuff from both `_abc` and `_local`,
but nowadays the `_local` module provides the entire public pathlib
implementation, so there's no reason for the indirection.
Lib/pathlib/__init__.py
Lib/pathlib/_local.py [deleted file]