diff -r aecabad8dd7a -r f325db39c8b9 contrib/check-code.py --- a/contrib/check-code.py Tue Jun 15 09:53:50 2010 +0200 +++ b/contrib/check-code.py Tue Jun 15 09:55:59 2010 +0200 @@ -92,7 +92,7 @@ (r'[\x80-\xff]', "non-ASCII character literal"), (r'("\')\.format\(', "str.format() not available in Python 2.4"), (r'^\s*with\s+', "with not available in Python 2.4"), - (r'(?