Raymond Hettinger <raymond.hettin...@gmail.com> added the comment:

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.

----------
nosy: +rhettinger
resolution:  -> rejected
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue44845>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to