changeset 17428 | 72803c8edaa4 |
parent 15502 | 7917a104a285 |
child 17620 | efd1a4378b64 |
--- a/tests/test-check-code.t Tue Aug 21 02:41:20 2012 +0200 +++ b/tests/test-check-code.t Mon Aug 27 23:14:27 2012 +0200 @@ -83,7 +83,7 @@ any/all/format not available in Python 2.4 ./non-py24.py:11: > try: - no try/except/finally in Py2.4 + no try/except/finally in Python 2.4 ./classstyle.py:4: > class oldstyle_class: old-style class, use class foo(object)