SIGN IN SIGN UP

GH-127381: pathlib ABCs: remove `PathBase.resolve()` and `absolute()` (#127707)

Remove our implementation of POSIX path resolution in `PathBase.resolve()`.
This functionality is rather fragile and isn't necessary in most cases. It
depends on `PathBase.stat()`, which we're looking to remove.

Also remove `PathBase.absolute()`. Many legitimate virtual filesystems lack
the notion of a 'current directory', so it's wrong to include in the basic
interface.
B
Barney Gale committed
31c9f3ced293492b38e784c17c4befe425da5dab
Parent: 0fc4063
Committed by GitHub <noreply@github.com> on 12/6/2024, 9:39:45 PM