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 mark.dickinson
Recipients kellerfuchs, mark.dickinson, rhettinger, serhiy.storchaka, steven.daprano, tim.peters
Date 2018-12-13.08:38:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
[Tim]

> My two cents:
> 
> - Spell it comb(n, k).
> - TypeError if args aren't ints.
> - ValueError if not 0 <= k <= n.

+1 to all of this.
History
Date User Action Args
2018-12-13 08:38:30mark.dickinsonsetrecipients: + mark.dickinson, tim.peters, rhettinger, steven.daprano, serhiy.storchaka, kellerfuchs
2018-12-13 08:38:30mark.dickinsonsetmessageid: <[email protected]>
2018-12-13 08:38:30mark.dickinsonlinkissue35431 messages
2018-12-13 08:38:30mark.dickinsoncreate