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 2021-01-22.04:11:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
I should add that this is part of a plan to spin out some `Path` methods into a new `UserPath` class. Notably, in this case, `UserPath.expanduser()` will call `self.home()` under-the-hood. This is done to reduce the surface area of abstract methods that subclasses of `UserPath` need implement. More discussion here: https://discuss.python.org/t/make-pathlib-extensible/3428
History
Date User Action Args
2021-01-22 04:11:31barneygalesetrecipients: + barneygale
2021-01-22 04:11:31barneygalesetmessageid: <[email protected]>
2021-01-22 04:11:31barneygalelinkissue42998 messages
2021-01-22 04:11:31barneygalecreate