◐ Shell
clean mode source ↗

GH-127381: pathlib ABCs: remove `PathBase.cwd()` and `home()` by barneygale · Pull Request #127427 · python/cpython

These classmethods presume that the user has retained the original
`__init__()` signature, which may not be the case. Also, many virtual
filesystems don't provide current or home directories.

picnixz pushed a commit to picnixz/cpython that referenced this pull request

Dec 2, 2024
…ython#127427)

These classmethods presume that the user has retained the original
`__init__()` signature, which may not be the case. Also, many virtual
filesystems don't provide current or home directories.

srinivasreddy pushed a commit to srinivasreddy/cpython that referenced this pull request

Jan 8, 2025
…ython#127427)

These classmethods presume that the user has retained the original
`__init__()` signature, which may not be the case. Also, many virtual
filesystems don't provide current or home directories.

ebonnal pushed a commit to ebonnal/cpython that referenced this pull request

Jan 12, 2025
…ython#127427)

These classmethods presume that the user has retained the original
`__init__()` signature, which may not be the case. Also, many virtual
filesystems don't provide current or home directories.