# HG changeset patch # User Yedidya Feldblum # Date 1485038593 28800 # Node ID fe8ded72e17c7363626753bf1a4fd47200108d6c # Parent 74cfc4357c6461599b1c5623c3cf4c19fe9d9678 check-code: permit functools.reduce diff -r 74cfc4357c64 -r fe8ded72e17c contrib/check-code.py --- a/contrib/check-code.py Sat Feb 04 08:47:46 2017 -0800 +++ b/contrib/check-code.py Sat Jan 21 14:43:13 2017 -0800 @@ -237,7 +237,7 @@ (r'lambda\s*\(.*,.*\)', "tuple parameter unpacking not available in Python 3+"), (r'(?