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 Jeffrey.Kintscher
Recipients Jeffrey.Kintscher, conchylicultor, louis-vincent.boudre, pitrou
Date 2020-08-19.06:25:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1597818313.6.0.684308839067.issue41109@roundup.psfhosted.org>
In-reply-to
Content
I created a PR that should provide the desired behavior:  __init__() and __new__() get called in subclass objects that are created by Path and PurePath.  Also, Path and PurePath now have __init__() functions, and the __new__() functions only return new objects and rely upon __init__() to perform the object initialization.
History
Date User Action Args
2020-08-19 06:25:13Jeffrey.Kintschersetrecipients: + Jeffrey.Kintscher, pitrou, conchylicultor, louis-vincent.boudre
2020-08-19 06:25:13Jeffrey.Kintschersetmessageid: <1597818313.6.0.684308839067.issue41109@roundup.psfhosted.org>
2020-08-19 06:25:13Jeffrey.Kintscherlinkissue41109 messages
2020-08-19 06:25:13Jeffrey.Kintschercreate