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 rhettinger
Recipients pxeger, rhettinger
Date 2021-08-11.23:16:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1628723802.36.0.708835058608.issue44845@roundup.psfhosted.org>
In-reply-to
Content
Generally, construction time is faster if the arguments are positional only.  

Also, this isn't a method that people typically call directly — it is only quasi-public because the layout of the codestring is implementation dependent and changes every now and then.   Given that it is essentially private, there is no benefit to exposing keyword argument calls.

Thanks for the suggestion, but I don't think it makes things better for users.
History
Date User Action Args
2021-08-11 23:16:42rhettingersetrecipients: + rhettinger, pxeger
2021-08-11 23:16:42rhettingersetmessageid: <1628723802.36.0.708835058608.issue44845@roundup.psfhosted.org>
2021-08-11 23:16:42rhettingerlinkissue44845 messages
2021-08-11 23:16:42rhettingercreate