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 Boris.FELD
Recipients Boris.FELD, abingham, ncoghlan, pitrou
Date 2011-12-17.23:33:41
SpamBayes Score 2.1777586e-07
Marked as misclassified No
Message-id <1324164822.23.0.48130500705.issue10805@psf.upfronthosting.co.za>
In-reply-to
Content
I add a test to test_traceback.py for this bug. Bug is confirmed on python 3.2 and python3.3. I use 2.x behavior as reference.

I don't know if we should add an assertion in traceback.print_exception or traceback._iter_chain, so I add the test for traceback.print_exception.
History
Date User Action Args
2011-12-17 23:33:42Boris.FELDsetrecipients: + Boris.FELD, ncoghlan, pitrou, abingham
2011-12-17 23:33:42Boris.FELDsetmessageid: <1324164822.23.0.48130500705.issue10805@psf.upfronthosting.co.za>
2011-12-17 23:33:41Boris.FELDlinkissue10805 messages
2011-12-17 23:33:41Boris.FELDcreate