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 terry.reedy
Recipients ezio.melotti, mark.dickinson, pitrou, terry.reedy
Date 2012-08-29.21:32:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1346275941.81.0.968388717355.issue15815@psf.upfronthosting.co.za>
In-reply-to
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
History
Date User Action Args
2012-08-29 21:32:21terry.reedysetrecipients: + terry.reedy, mark.dickinson, pitrou, ezio.melotti
2012-08-29 21:32:21terry.reedysetmessageid: <1346275941.81.0.968388717355.issue15815@psf.upfronthosting.co.za>
2012-08-29 21:32:21terry.reedylinkissue15815 messages
2012-08-29 21:32:21terry.reedycreate