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 pitrou
Recipients JelleZijlstra, Jim Fasarakis-Hilliard, brett.cannon, pitrou, serhiy.storchaka
Date 2017-03-21.17:32:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1490117547.15.0.845988153143.issue29847@psf.upfronthosting.co.za>
In-reply-to
Content
> The support of **kwargs in Path.__new__ is needed if you want to implement a subclass of Path with __init__ accepting keyword arguments

I don't remember exactly, but I think this was the intention indeed.  There was originally an openat-using subclass, and IIRC it took additional parameters (such as the directory fd). That got scrapped quite early in the process, so we can remove the **kwargs thing now.
History
Date User Action Args
2017-03-21 17:32:27pitrousetrecipients: + pitrou, brett.cannon, serhiy.storchaka, JelleZijlstra, Jim Fasarakis-Hilliard
2017-03-21 17:32:27pitrousetmessageid: <1490117547.15.0.845988153143.issue29847@psf.upfronthosting.co.za>
2017-03-21 17:32:27pitroulinkissue29847 messages
2017-03-21 17:32:27pitroucreate