# HG changeset patch # User Yuya Nishihara # Date 2016-08-15 08:17:39 # Node ID 24991e7f775f831386d5794953282ac9b76f5808 # Parent 58467204cac010b3cda3fbe9d5fd0785760ba265 check-code: make dict() pattern less invasive 'foodict(x=y)' should be allowed. diff --git a/contrib/check-code.py b/contrib/check-code.py --- a/contrib/check-code.py +++ b/contrib/check-code.py @@ -237,7 +237,7 @@ pypats = [ "tuple parameter unpacking not available in Python 3+"), (r'(?\s', '<> operator is not available in Python 3+, use !='),