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 Winston.Ewert
Recipients Winston.Ewert, daniel.urban, ezio.melotti, michael.foord, r.david.murray, rhettinger
Date 2011-02-16.01:14:38
SpamBayes Score 8.964926e-07
Marked as misclassified No
Message-id <1297818881.24.0.177796027833.issue10775@psf.upfronthosting.co.za>
In-reply-to
Content
I decided to try my hand at writing a patch for python.

I ended up implementing the behavior for assertRaises, assertRaisesRegex, assertWarns, and assertWarnsRegex. I also made those functions complain about other arguments rather then just ignoring them.
History
Date User Action Args
2011-02-16 01:14:41Winston.Ewertsetrecipients: + Winston.Ewert, rhettinger, ezio.melotti, r.david.murray, michael.foord, daniel.urban
2011-02-16 01:14:41Winston.Ewertsetmessageid: <1297818881.24.0.177796027833.issue10775@psf.upfronthosting.co.za>
2011-02-16 01:14:40Winston.Ewertlinkissue10775 messages
2011-02-16 01:14:40Winston.Ewertcreate