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 robert_smallshire
Recipients Austin Bingham, christian.heimes, facundobatista, mark.dickinson, rhettinger, robert_smallshire, serhiy.storchaka, skrah, tim.peters
Date 2018-03-15.11:04:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1521111846.07.0.467229070634.issue26680@psf.upfronthosting.co.za>
In-reply-to
Content
Python in effect contains an example itself. The math.factorial(x) function contains what is in-effect an is_integer() check as a guard.
History
Date User Action Args
2018-03-15 11:04:06robert_smallshiresetrecipients: + robert_smallshire, tim.peters, rhettinger, facundobatista, mark.dickinson, christian.heimes, skrah, serhiy.storchaka, Austin Bingham
2018-03-15 11:04:06robert_smallshiresetmessageid: <1521111846.07.0.467229070634.issue26680@psf.upfronthosting.co.za>
2018-03-15 11:04:06robert_smallshirelinkissue26680 messages
2018-03-15 11:04:06robert_smallshirecreate