[issue35431] Add a function for computing binomial coefficients to the math module

Raymond Hettinger report at bugs.python.org
Sat Jun 1 17:10:24 EDT 2019


Raymond Hettinger <raymond.hettinger at gmail.com> added the comment:

> I'd say leave it as-is for 3.8, see what the reaction is, 
> and maybe relax constraints in 3.9 if that seems appropriate.

I concur.  That said, the referenced tweet was a reaction :-)

FWIW, itertools.combinations(seq, r) returns 0 values when r > len(seq).

Tim, what do you think?

----------

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


More information about the Python-bugs-list mailing list