Skip to content
This repository has been archived by the owner on Mar 7, 2021. It is now read-only.

Honor PEP 443 underscore function name reuse #30

Open
kmmbvnr opened this issue Sep 17, 2013 · 0 comments
Open

Honor PEP 443 underscore function name reuse #30

kmmbvnr opened this issue Sep 17, 2013 · 0 comments

Comments

@kmmbvnr
Copy link

kmmbvnr commented Sep 17, 2013

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?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant