diff -r 3f0744eeaeaf -r d28cc89d92f0 contrib/check-code.py --- a/contrib/check-code.py Sat May 16 14:30:07 2015 -0400 +++ b/contrib/check-code.py Sat May 16 14:34:04 2015 -0400 @@ -243,8 +243,8 @@ # (r'^\s*print\s+', "avoid using print in core and extensions"), (r'[\x80-\xff]', "non-ASCII character literal"), (r'("\')\.format\(', "str.format() not available in Python 2.4"), - (r'(?