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 michael.foord
Recipients denversc, kristjan.jonsson, michael.foord
Date 2010-08-13.18:45:01
SpamBayes Score 0.010972518
Marked as misclassified No
Message-id <1281725103.5.0.452367199855.issue9587@psf.upfronthosting.co.za>
In-reply-to
Content
If you want the exception then use assertRaises in a with statement. The exception is available as an attribute on the context manager.
History
Date User Action Args
2010-08-13 18:45:03michael.foordsetrecipients: + michael.foord, kristjan.jonsson, denversc
2010-08-13 18:45:03michael.foordsetmessageid: <1281725103.5.0.452367199855.issue9587@psf.upfronthosting.co.za>
2010-08-13 18:45:01michael.foordlinkissue9587 messages
2010-08-13 18:45:01michael.foordcreate