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 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 <[email protected]>
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: <[email protected]>
2010-07-24 01:00:43lukasz.langalinkissue4686 messages
2010-07-24 01:00:42lukasz.langacreate