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, eamanu
Date 2020-02-17.21:41:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1581975660.72.0.0597977457178.issue39659@roundup.psfhosted.org>
In-reply-to
Content
Those methods are non-pure, i.e. part of `Path` but not `PurePath`. Only impure paths have accessors. The `_Accessor` docstring says: "an accessor implements a particular (system-specific or not) way of accessing paths on the filesystem". This abstraction is pretty pointless if covers `os.readlink()` but not `os.getcwd()`!
History
Date User Action Args
2020-02-17 21:41:00barneygalesetrecipients: + barneygale, eamanu
2020-02-17 21:41:00barneygalesetmessageid: <1581975660.72.0.0597977457178.issue39659@roundup.psfhosted.org>
2020-02-17 21:41:00barneygalelinkissue39659 messages
2020-02-17 21:41:00barneygalecreate