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 pitrou
Recipients ezio.melotti, mark.dickinson, pitrou, terry.reedy
Date 2012-08-29.21:35:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1346275920.3344.14.camel@localhost.localdomain>
In-reply-to <1346275941.81.0.968388717355.issue15815@psf.upfronthosting.co.za>
Content
> In case the value of the numerator helps find out why the denominator
> is 0. The example given by Mike Graham on python-ideas, Verbose
> traceback formatting was
> 
> def f(a):
>     x = a * 4
>     y = a - 4
>     return x / y

Well, in this case y == 0 iff a == 4. I don't see how the numerator
helps at all.
(and besides, it's a rather silly artificial example)
History
Date User Action Args
2012-08-29 21:35:32pitrousetrecipients: + pitrou, terry.reedy, mark.dickinson, ezio.melotti
2012-08-29 21:35:32pitroulinkissue15815 messages
2012-08-29 21:35:32pitroucreate