https://github.com/PyCQA/mccabe/blob/e92e9e79799c5796f76f3da821dbb5aa56e41028/mccabe.py#L294 ``` mccabe/mccabe.py 294: with open(module_path, "rU") as mod: 301: with open(filename, 'rU') as f: ``` CPython PR : https://github.com/python/cpython/pull/16959