Raymond Hettinger <raymond.hettin...@gmail.com> added the comment:

> But given the precedent set by itertools and math.factorial,
> perhaps you are right and we ought to stick to the longer name

I disagree.  Let's stick with comb() which is what SciPy uses.  It is tedious 
to write out combinations in a formula what includes other steps. Also, I 
really want to differentiate it from the existing combinations() in the 
itertools module (it is reasonably forseeable that the two will used together.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue35431>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to