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 Drekin
Recipients Drekin
Date 2015-07-23.14:42:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1437662539.63.0.637524686399.issue24695@psf.upfronthosting.co.za>
In-reply-to
Content
The documentation of traceback.print_exception says "if traceback is not None, it prints a header Traceback (most recent call last):". That also meant that the header wasn't printed if traceback was None. However, the new Python 3.5 TracebackException object always prints the header.
History
Date User Action Args
2015-07-23 14:42:19Drekinsetrecipients: + Drekin
2015-07-23 14:42:19Drekinsetmessageid: <1437662539.63.0.637524686399.issue24695@psf.upfronthosting.co.za>
2015-07-23 14:42:19Drekinlinkissue24695 messages
2015-07-23 14:42:19Drekincreate