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 steven.daprano
Recipients FR4NKESTI3N, kellerfuchs, mark.dickinson, rhettinger, serhiy.storchaka, steven.daprano, tim.peters
Date 2019-01-04.04:10:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20190104041028.GQ13616@ando.pearwood.info>
In-reply-to <20190104022609.GP13616@ando.pearwood.info>
Content
>         return (-1)**k * bincoeff(n+k+1, k)

Oops, that's meant to be n+k-1.
History
Date User Action Args
2019-01-04 04:10:36steven.dapranosetrecipients: + steven.daprano, tim.peters, rhettinger, mark.dickinson, serhiy.storchaka, kellerfuchs, FR4NKESTI3N
2019-01-04 04:10:34steven.dapranolinkissue35431 messages
2019-01-04 04:10:34steven.dapranocreate