diff -r a96565abbd59 -r 725507cd5216 contrib/check-code.py --- a/contrib/check-code.py Thu Jul 25 10:42:36 2013 -0400 +++ b/contrib/check-code.py Thu Jul 25 10:44:51 2013 -0400 @@ -173,6 +173,8 @@ (r'^\s+(\w|\.)+=\w[^,()\n]*$', "missing whitespace in assignment"), (r'(\s+)try:\n((?:\n|\1\s.*\n)+?)\1except.*?:\n' r'((?:\n|\1\s.*\n)+?)\1finally:', 'no try/except/finally in Python 2.4'), + (r'(?