changeset 25077 | 68633ff2b608 |
parent 23139 | e53f6b72a0e4 |
child 25140 | 317333e0793c |
--- a/tests/test-check-code.t Thu May 14 09:04:48 2015 +0200 +++ b/tests/test-check-code.t Fri May 15 09:54:35 2015 -0500 @@ -104,9 +104,6 @@ ./non-py24.py:6: > z = next(x) no next(foo) in Python 2.4 and 2.5, use foo.next() instead - ./non-py24.py:18: - > try: - no try/except/finally in Python 2.4 ./non-py24.py:35: > try: no yield inside try/finally in Python 2.4