[issue39558] Implement __len__() for itertools.combinations

Mark Dickinson report at bugs.python.org
Wed Feb 5 08:56:12 EST 2020


Mark Dickinson <dickinsm at gmail.com> added the comment:

This is essentially a duplicate of #27678 and #24849 (and there may be others).

Note that the math module now has `prod`, `comb` and `perm`, which match the lengths of the full `product`, `combinations` and `permutations` itertools functions.

----------
nosy: +mark.dickinson

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39558>
_______________________________________


More information about the Python-bugs-list mailing list