This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author tim.peters
Recipients David Radcliffe, FR4NKESTI3N, josh.r, jwilk, kellerfuchs, mark.dickinson, pablogsal, rhettinger, serhiy.storchaka, steven.daprano, tim.peters
Date 2019-06-03.16:56:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1559580989.34.0.288545352228.issue35431@roundup.psfhosted.org>
In-reply-to
Content
Python needs a benevolent dictator ;-)

I'd be happy for Mark, Raymond, or me to play that role here.  If it were me, I'd drop the k <= n requirement:  both arguments must be non-negative integers.  Because a combinatorial (not factorial-, and certainly not gamma-, based) definition of `comb()` is best suited for Python's general audience, and "number of ways to pick k things out of n without regard to order" makes clear sense for any pair of non-negative k and n.  But anything beyond that does not.
History
Date User Action Args
2019-06-03 16:56:29tim.peterssetrecipients: + tim.peters, rhettinger, mark.dickinson, jwilk, steven.daprano, serhiy.storchaka, josh.r, pablogsal, kellerfuchs, FR4NKESTI3N, David Radcliffe
2019-06-03 16:56:29tim.peterssetmessageid: <1559580989.34.0.288545352228.issue35431@roundup.psfhosted.org>
2019-06-03 16:56:29tim.peterslinkissue35431 messages
2019-06-03 16:56:29tim.peterscreate