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
…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
…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
…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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters