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, eryksun, serhiy.storchaka, steve.dower
Date 2021-04-28.18:07:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1619633229.9.0.677399578274.issue42998@roundup.psfhosted.org>
In-reply-to
Content
So far I've been keen to keep the Path and AbstractPath APIs the same, but perhaps this case warrants an exception.

What if AbstractPath lacked both home() and expanduser(), and those methods only existed on Path? Of all the methods on Path, these two are the *least* useful for non-local filesystems.

We can then circle back round to this issue when the fate of expanduser() becomes clearer.

Does that sound any good?
History
Date User Action Args
2021-04-28 18:07:09barneygalesetrecipients: + barneygale, serhiy.storchaka, eryksun, steve.dower
2021-04-28 18:07:09barneygalesetmessageid: <1619633229.9.0.677399578274.issue42998@roundup.psfhosted.org>
2021-04-28 18:07:09barneygalelinkissue42998 messages
2021-04-28 18:07:09barneygalecreate