This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author barneygale
Recipients barneygale
Date 2020-02-17.00:57:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1581901062.0.0.795874471606.issue39659@roundup.psfhosted.org>
In-reply-to
Content
Whereas most calls to `os` functions from `pathlib.Path` methods happen via `pathlib._Accessor` methods, retrieving the current working directory does not. This problem occurs when calling the `pathlib.Path.cwd()`, `~resolve()` and `~absolute()` methods.
History
Date User Action Args
2020-02-17 00:57:42barneygalesetrecipients: + barneygale
2020-02-17 00:57:41barneygalesetmessageid: <1581901062.0.0.795874471606.issue39659@roundup.psfhosted.org>
2020-02-17 00:57:41barneygalelinkissue39659 messages
2020-02-17 00:57:41barneygalecreate