• Jeremy Hylton's avatar
    Replace all instances of err.strerror with err. · 3d4986fc
    Jeremy Hylton authored
    The strerror attribute contained only partial information about the
    exception and produced some very confusing error messages.  By passing
    err (the exception object itself) and letting it convert itself to a
    string, the error messages are better.
    3d4986fc
trace.py 25.2 KB