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 stutzbach
Recipients belopolsky, mark.dickinson, rhettinger, stutzbach
Date 2010-05-11.21:39:42
SpamBayes Score 0.00054751773
Marked as misclassified No
Message-id <AANLkTildaxHelrqBaXAgUcaIDa969WjaQXE8ys39VK5C@mail.gmail.com>
In-reply-to <1273612682.8.0.24352779014.issue8692@psf.upfronthosting.co.za>
Content
On Tue, May 11, 2010 at 4:18 PM, Alexander Belopolsky
<report@bugs.python.org> wrote:
> While the error message is wrong in both cases, I think OverflowError is a better exception in this case and there should not be a difference between math.factorial(2.**63) and math.factorial(2**63) behavior.

Good catch!  I will fix that tomorrow.
History
Date User Action Args
2010-05-11 21:39:43stutzbachsetrecipients: + stutzbach, rhettinger, mark.dickinson, belopolsky
2010-05-11 21:39:42stutzbachlinkissue8692 messages
2010-05-11 21:39:42stutzbachcreate