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 conchylicultor
Recipients Jeffrey.Kintscher, conchylicultor, pitrou
Date 2020-08-08.10:34:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1596882856.28.0.495183152635.issue41109@roundup.psfhosted.org>
In-reply-to
Content
Before solving this issue, I think it would be best to think on a more generic solution on how to make Pathlib more extensible. Related to: https://discuss.python.org/t/make-pathlib-extensible/3428

For instance, if childs created with `p.parent()`, `p / 'subdir'` need to forward some state (e.g. `RemotePath(path, password=, user=)`).

Rather than __init__, maybe there should be some __post_init__ like dataclasses.
History
Date User Action Args
2020-08-08 10:34:16conchylicultorsetrecipients: + conchylicultor, pitrou, Jeffrey.Kintscher
2020-08-08 10:34:16conchylicultorsetmessageid: <1596882856.28.0.495183152635.issue41109@roundup.psfhosted.org>
2020-08-08 10:34:16conchylicultorlinkissue41109 messages
2020-08-08 10:34:16conchylicultorcreate