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 cool-RR
Recipients Mariatta, cool-RR, vinay.sajip
Date 2016-10-02.13:25:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1475414745.73.0.0545810899932.issue28335@psf.upfronthosting.co.za>
In-reply-to
Content
You're right Vinay: I missed that first traceback because I wasn't running code in the console, I was running it with a debugger. (I'll ask my debugger vendor to maybe include these extra tracebacks.)

But in any case, I think that the correct way to raise would be with `from`, don't you think? (It's also more likely that debugger vendor would include these tracebacks rather than the "During handling" traceback.
History
Date User Action Args
2016-10-02 13:25:45cool-RRsetrecipients: + cool-RR, vinay.sajip, Mariatta
2016-10-02 13:25:45cool-RRsetmessageid: <1475414745.73.0.0545810899932.issue28335@psf.upfronthosting.co.za>
2016-10-02 13:25:45cool-RRlinkissue28335 messages
2016-10-02 13:25:45cool-RRcreate