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 martin.panter
Recipients martin.panter
Date 2016-06-29.05:00:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1467176441.63.0.607018973807.issue27348@psf.upfronthosting.co.za>
In-reply-to
Content
I traced this back to revision 73afda5a4e4c (Issue 17911), which includes this change to traceback._format_final_exc_line():

-if value is None or not valuestr:
+if value == 'None' or value is None or not valuestr:
History
Date User Action Args
2016-06-29 05:00:41martin.pantersetrecipients: + martin.panter
2016-06-29 05:00:41martin.pantersetmessageid: <1467176441.63.0.607018973807.issue27348@psf.upfronthosting.co.za>
2016-06-29 05:00:41martin.panterlinkissue27348 messages
2016-06-29 05:00:41martin.pantercreate