pyflakes icon indicating copy to clipboard operation
pyflakes copied to clipboard

Honor PEP 443 underscore function name reuse

Open kmmbvnr opened this issue 11 years ago • 0 comments

PEP 443 (http://www.python.org/dev/peps/pep-0443/) introduces single distapched functions definitions uses several decarated functions with underscore as name.

pyflakes treats second _ function declaration as 'F811 redifinision of unused _ from line N'

What you think about to excude underscore as name from F811 check?

kmmbvnr avatar Sep 17 '13 04:09 kmmbvnr