Message 111405 - Python tracker

Message111405

Author lukasz.langa
Recipients beazley, brett.cannon, lukasz.langa
Date 2010-07-24.01:00:40
SpamBayes Score 0.00025494656
Marked as misclassified No
Message-id <1279933245.42.0.0140589645406.issue4686@psf.upfronthosting.co.za>
In-reply-to
Content
Sound argument. I've prepared a patch for Py3k that adds `args` for all exceptions. Unit tests were modified as to check whether the `args` are set correctly (which helped finding a couple of flaky assertions in the tests themselves :)).

Brett, the code change is trivial. Tests aren't complicated as well. Should this change also be ported to py27-maint?
History
Date User Action Args
2010-07-24 01:00:45lukasz.langasetrecipients: + lukasz.langa, brett.cannon, beazley
2010-07-24 01:00:45lukasz.langasetmessageid: <1279933245.42.0.0140589645406.issue4686@psf.upfronthosting.co.za>
2010-07-24 01:00:43lukasz.langalinkissue4686 messages
2010-07-24 01:00:42lukasz.langacreate