-
Notifications
You must be signed in to change notification settings - Fork 179
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
property decorator -> redefinition of function #114
Comments
Original comment by kamil.paral on Launchpad: I can confirm this problem. |
Original comment by kisielk on Launchpad: There's a patch in a pending pull request on the kevinw/pyflakes fork on github that addresses this issue: https://github.com/ervandew/pyflakes/commit/b971f2775500b4154619dc5d71ba77fc7e4efdf6 |
Original comment by glyph on Launchpad: It looks like this was fixed - inadvertently perhaps? - by http://bazaar.launchpad.net/~divmod-dev/divmod.org/trunk/revision/2685. |
Original comment by mestrelion on Launchpad: Any news on when this fix will be released in Ubuntu? |
Original report by cassapanco on Launchpad:
Code from: http://docs.python.org/library/functions.html#property
foo.py
pyflakes output is
$ pyflakes foo.py
foo.py:11: redefinition of function 'x' from line 6
foo.py:15: redefinition of function 'x' from line 11
The text was updated successfully, but these errors were encountered: