[issue8706] accept keyword arguments on all base type methods and builtins

Brian Curtin report at bugs.python.org
Mon Feb 27 21:22:05 CET 2012


Brian Curtin <brian at python.org> added the comment:

> For some functions/methods being able to pass keyword args make the code more readable/flexible, but for some other there's no real gain.

I know what you're saying with the last part, but I think everyone becomes a winner in the consistency game if we expose kwargs regardless of level of improvement compared to other places.

----------
nosy: +brian.curtin

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8706>
_______________________________________


More information about the Python-bugs-list mailing list