Message269465
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: |
|
Date |
User |
Action |
Args |
2016-06-29 05:00:41 | martin.panter | set | recipients:
+ martin.panter |
2016-06-29 05:00:41 | martin.panter | set | messageid: <1467176441.63.0.607018973807.issue27348@psf.upfronthosting.co.za> |
2016-06-29 05:00:41 | martin.panter | link | issue27348 messages |
2016-06-29 05:00:41 | martin.panter | create | |
|