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 paul.moore
Recipients paul.moore, pitrou, projetmbc
Date 2015-05-06.18:21:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1430936519.1.0.943827684681.issue24132@psf.upfronthosting.co.za>
In-reply-to
Content
For that type of function, I'd suggest you use a standalone function rather than subclassing and methods or operator overloading. You don't gain enough to be worth the complexity of having to subclass path objects. And duck typing means that your function works for any subclass of (Pure)Path without change.
History
Date User Action Args
2015-05-06 18:21:59paul.mooresetrecipients: + paul.moore, pitrou, projetmbc
2015-05-06 18:21:59paul.mooresetmessageid: <1430936519.1.0.943827684681.issue24132@psf.upfronthosting.co.za>
2015-05-06 18:21:59paul.moorelinkissue24132 messages
2015-05-06 18:21:58paul.moorecreate