diff -r e1fb276d4619 -r ded7302e1c83 contrib/check-code.py --- a/contrib/check-code.py Fri May 08 23:44:15 2015 -0700 +++ b/contrib/check-code.py Mon May 11 22:47:01 2015 -0400 @@ -281,7 +281,6 @@ (r'opener\([^)]*\).read\(', "use opener.read() instead"), (r'BaseException', 'not in Python 2.4, use Exception'), - (r'os\.path\.relpath', 'os.path.relpath is not in Python 2.5'), (r'opener\([^)]*\).write\(', "use opener.write() instead"), (r'[\s\(](open|file)\([^)]*\)\.read\(',