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 barry
Recipients barry, python-dev, serhiy.storchaka, vstinner
Date 2015-06-23.13:57:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1435067822.03.0.475536607281.issue22032@psf.upfronthosting.co.za>
In-reply-to
Content
FWIW, this broke the zope.testing doctests:

https://bugs.launchpad.net/zope.testing/+bug/1467644

I submitted a patch, which was reasonable given the normalization that zope.testing does for doctest output, but people should be aware that this can break doctests.  Unfortunately, short of the normalizing tricks that zope.testing does, there's no way to write such tests that are compatible with both 3.4 and 3.5.  OTOH, I agree that raising nested exceptions the way zope.testing does is probably rare.
History
Date User Action Args
2015-06-23 13:57:02barrysetrecipients: + barry, vstinner, python-dev, serhiy.storchaka
2015-06-23 13:57:02barrysetmessageid: <1435067822.03.0.475536607281.issue22032@psf.upfronthosting.co.za>
2015-06-23 13:57:02barrylinkissue22032 messages
2015-06-23 13:57:01barrycreate