Message331312
| 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 |
<1544189856.52.0.788709270274.issue35431@psf.upfronthosting.co.za> |
| 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. |
|