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-07.13:37:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
One more decision that needs to be made: should the new function accept integer-valued floats? Or should any `float` input give a TypeError.

I'd personally prefer that floats not be accepted; I think this was a misfeature of `factorial` that we shouldn't compound.
History
Date User Action Args
2018-12-07 13:37:36mark.dickinsonsetrecipients: + mark.dickinson, tim.peters, rhettinger, steven.daprano, serhiy.storchaka, kellerfuchs
2018-12-07 13:37:36mark.dickinsonsetmessageid: <[email protected]>
2018-12-07 13:37:36mark.dickinsonlinkissue35431 messages
2018-12-07 13:37:36mark.dickinsoncreate