PEP-8-ified the decorator names for parse tree assertions, added a test case
authorStefan Behnel <scoder@users.berlios.de>
Sun, 4 Oct 2009 15:31:47 +0000 (17:31 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Sun, 4 Oct 2009 15:31:47 +0000 (17:31 +0200)
commitee0f9802f7a8ee14eb12c24cf54e4d2181d826c2
treeba638cab9cc13ca5da0e8f1beafcc24ca62ff058
parent3a712b6e851b3a64103042fe20088dd27fa12dd1
PEP-8-ified the decorator names for parse tree assertions, added a test case
Cython/Compiler/Options.py
Cython/TestUtils.py
tests/errors/tree_assert.pyx [new file with mode: 0644]
tests/run/dictcomp.pyx
tests/run/enumerate_T316.pyx
tests/run/for_in_range_T372.pyx
tests/run/setcomp.pyx