[issue8706] accept keyword arguments on all base type methods and builtins
Ezio Melotti
report at bugs.python.org
Mon Feb 27 21:31:39 CET 2012
Ezio Melotti <ezio.melotti at gmail.com> added the comment:
FWIW PyPy doesn't seem to support keyword args for e.g. str.join() (so that's extra work for them too), and I don't see what would be the advantage of being able to do '-'.join(iterable=a_list). Even if I also don't see a valid reason why that shouldn't work and realize that it might be surprising for someone, I'm not sure it's worth changing it just for the sake of being consistent everywhere.
----------
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8706>
_______________________________________
More information about the Python-bugs-list
mailing list