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 rbcollins
Recipients adaptivelogic, eric.snow, gvanrossum, mahmoud, martius, ncoghlan, ned.deily, pitrou, python-dev, rbcollins, rhettinger, vstinner, xonatius, yselivanov
Date 2015-03-05.02:04:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1425521079.03.0.336258924488.issue17911@psf.upfronthosting.co.za>
In-reply-to
Content
The decimal failure is due to _format_final_exc_line now filtering out 'None' as well, because the string captured values of objects leads to None -> 'None' before we do rendering.

I think in this case its reasonable to change the behaviour (since None itself was already filtered out, its only the special case of a value of 'None' that worked previously).
History
Date User Action Args
2015-03-05 02:04:39rbcollinssetrecipients: + rbcollins, gvanrossum, rhettinger, ncoghlan, pitrou, vstinner, ned.deily, python-dev, eric.snow, mahmoud, yselivanov, adaptivelogic, martius, xonatius
2015-03-05 02:04:39rbcollinssetmessageid: <1425521079.03.0.336258924488.issue17911@psf.upfronthosting.co.za>
2015-03-05 02:04:39rbcollinslinkissue17911 messages
2015-03-05 02:04:38rbcollinscreate