Show More
@@ -199,7 +199,6 b' utestfilters = [' | |||||
199 |
|
199 | |||
200 | pypats = [ |
|
200 | pypats = [ | |
201 | [ |
|
201 | [ | |
202 | (r'\([^)]*\*\w[^()]+\w+=', "can't pass varargs with keyword in Py2.5"), |
|
|||
203 | (r'^\s*def\s*\w+\s*\(.*,\s*\(', |
|
202 | (r'^\s*def\s*\w+\s*\(.*,\s*\(', | |
204 | "tuple parameter unpacking not available in Python 3+"), |
|
203 | "tuple parameter unpacking not available in Python 3+"), | |
205 | (r'lambda\s*\(.*,.*\)', |
|
204 | (r'lambda\s*\(.*,.*\)', |
General Comments 0
You need to be logged in to leave comments.
Login now