[issue8414] Add test cases for assert

Gregory Nofi report at bugs.python.org
Thu Apr 22 01:56:32 CEST 2010


Gregory Nofi <crackityjones2004-p at yahoo.com> added the comment:

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).

----------
Added file: http://bugs.python.org/file17035/test_grammar.v2.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8414>
_______________________________________


More information about the Python-bugs-list mailing list