Terry J. Reedy added the comment:

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

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue15815>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to