contrib/check-code.py
changeset 26808 b81b8dbecc26
parent 26777 df1a29ec45bf
child 27557 28b5c4fcf48d
--- a/contrib/check-code.py	Thu Oct 15 17:24:42 2015 -0400
+++ b/contrib/check-code.py	Thu Oct 15 17:28:26 2015 -0400
@@ -199,7 +199,6 @@
 
 pypats = [
   [
-    (r'\([^)]*\*\w[^()]+\w+=', "can't pass varargs with keyword in Py2.5"),
     (r'^\s*def\s*\w+\s*\(.*,\s*\(',
      "tuple parameter unpacking not available in Python 3+"),
     (r'lambda\s*\(.*,.*\)',