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 serhiy.storchaka
Recipients Anthony.Kong, acassaigne, ethan.furman, jeffknupp, python-dev, r.david.murray, serhiy.storchaka
Date 2012-04-13.05:34:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334295415.2401.4.camel@raxxla>
In-reply-to <1334284262.96.0.391173840123.issue14399@psf.upfronthosting.co.za>
Content
> I mean "with self.assertRaises(TypeError):".

Thank you, I did not know that the context managers may catch exceptions
from the nested block.
History
Date User Action Args
2012-04-13 05:34:31serhiy.storchakasetrecipients: + serhiy.storchaka, r.david.murray, ethan.furman, python-dev, Anthony.Kong, jeffknupp, acassaigne
2012-04-13 05:34:30serhiy.storchakalinkissue14399 messages
2012-04-13 05:34:30serhiy.storchakacreate