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-11.03:07:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
The purpose of the _init() function in PurePath is to allow PurePath methods to call the Path subclass override _init() function when initializing a Path object.
History
Date User Action Args
2020-08-11 03:07:33Jeffrey.Kintschersetrecipients: + Jeffrey.Kintscher, pitrou, conchylicultor, louis-vincent.boudre
2020-08-11 03:07:33Jeffrey.Kintschersetmessageid: <[email protected]>
2020-08-11 03:07:33Jeffrey.Kintscherlinkissue41109 messages
2020-08-11 03:07:33Jeffrey.Kintschercreate