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 r.david.murray
Recipients michael.foord, r.david.murray, rhettinger
Date 2010-12-26.19:18:47
SpamBayes Score 1.7070484e-05
Marked as misclassified No
Message-id <1293391143.22.0.15906903458.issue10775@psf.upfronthosting.co.za>
In-reply-to
Content
assertRaises used as a method can't take a msg keyword argument because all args and keywords are passed to the callable.  But in context manager form it could, and this can be useful.  See, for example, issue 3583.
History
Date User Action Args
2010-12-26 19:19:03r.david.murraysetrecipients: + r.david.murray, rhettinger, michael.foord
2010-12-26 19:19:03r.david.murraysetmessageid: <1293391143.22.0.15906903458.issue10775@psf.upfronthosting.co.za>
2010-12-26 19:18:47r.david.murraylinkissue10775 messages
2010-12-26 19:18:47r.david.murraycreate