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 gnofi
Recipients benjamin.peterson, ezio.melotti, gnofi
Date 2010-04-21.23:56:31
SpamBayes Score 0.0026686152
Marked as misclassified No
Message-id <1271894192.91.0.320106096516.issue8414@psf.upfronthosting.co.za>
In-reply-to
Content
I've uploaded new versions of the patch.

__debug__: I removed the "if __debug__" clause and switched to skipUnless.

Exception args: I replaced str(e) with e.args. Thanks for pointing that out! I had thought args was going to be deprecated but I guess it's not (Issue6777).
History
Date User Action Args
2010-04-21 23:56:33gnofisetrecipients: + gnofi, benjamin.peterson, ezio.melotti
2010-04-21 23:56:32gnofisetmessageid: <1271894192.91.0.320106096516.issue8414@psf.upfronthosting.co.za>
2010-04-21 23:56:31gnofilinkissue8414 messages
2010-04-21 23:56:31gnoficreate