Show More
@@ -74,6 +74,7 b' pypats = [' | |||
|
74 | 74 | "tuple parameter unpacking not available in Python 3+"), |
|
75 | 75 | (r'lambda\s*\(.*,.*\)', |
|
76 | 76 | "tuple parameter unpacking not available in Python 3+"), |
|
77 | (r'(?<!def)\s+(cmp)\(', "cmp is not available in Python 3+"), | |
|
77 | 78 | (r'\breduce\s*\(.*', "reduce is not available in Python 3+"), |
|
78 | 79 | (r'\.has_key\b', "dict.has_key is not available in Python 3+"), |
|
79 | 80 | (r'^\s*\t', "don't use tabs"), |
General Comments 0
You need to be logged in to leave comments.
Login now