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 alexia
Recipients FFY00, Kevin.Norris, Xtrem532, alexia, barneygale, bronger, elguavas, keithy, kfollstad, paul.moore, piotr.dobrogost, pitrou, projetmbc, qb-cea
Date 2021-09-16.13:38:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1631799483.77.0.739565911259.issue24132@roundup.psfhosted.org>
In-reply-to
Content
I agree this would be nice. For now, I'm doing this as a hack:

class Path(type(pathlib.Path())):
    ...
History
Date User Action Args
2021-09-16 13:38:03alexiasetrecipients: + alexia, paul.moore, pitrou, bronger, elguavas, piotr.dobrogost, Kevin.Norris, projetmbc, keithy, qb-cea, FFY00, barneygale, Xtrem532, kfollstad
2021-09-16 13:38:03alexiasetmessageid: <1631799483.77.0.739565911259.issue24132@roundup.psfhosted.org>
2021-09-16 13:38:03alexialinkissue24132 messages
2021-09-16 13:38:03alexiacreate