[docs] [issue18301] In itertools.chain.from_iterable() there is no cls argument

Terry J. Reedy report at bugs.python.org
Thu Aug 15 23:08:58 CEST 2013


Terry J. Reedy added the comment:

My counter proposal #18752 is that chain.from_iterable become a deprecated alias for a new function, chain_iterable.  With '@classmethod' removed, the current Python equivalent would work for chain_iterable.

----------

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


More information about the docs mailing list