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 John.Yeung, facundobatista, mark.dickinson, rhettinger, serhiy.storchaka, terry.reedy, tim.peters
Date 2018-03-21.01:31:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1521595907.31.0.467229070634.issue33083@psf.upfronthosting.co.za>
In-reply-to
Content
factorial(float) was obviously intended to work the way it does, so I'd leave it alone in whatever changes are made to resolve _this_ issue.  I view it as a harmless-enough quirk, but, regardless, if people want to deprecate it that should be a different issue.

What the code ends up doing for Decimal and Fraction and god-only-knows-what-else is just as obviously confused.  So clean that up and declare victory ;-)
History
Date User Action Args
2018-03-21 01:31:47tim.peterssetrecipients: + tim.peters, rhettinger, terry.reedy, facundobatista, mark.dickinson, serhiy.storchaka, John.Yeung
2018-03-21 01:31:47tim.peterssetmessageid: <1521595907.31.0.467229070634.issue33083@psf.upfronthosting.co.za>
2018-03-21 01:31:47tim.peterslinkissue33083 messages
2018-03-21 01:31:46tim.peterscreate