[issue18310] itertools.tee() can't accept keyword arguments

Christian Heimes report at bugs.python.org
Wed Jun 26 21:26:35 CEST 2013


Christian Heimes added the comment:

A bunch builtin types and functions don't accept keyword args. kwargs make code slightly more complexity and a tiny bit slower.

----------
assignee:  -> rhettinger
nosy: +christian.heimes, rhettinger
priority: normal -> low

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


More information about the Python-bugs-list mailing list