divmod-dev team mailing list archive
-
divmod-dev team
-
Mailing list archive
-
Message #00238
[Bug 969919] Re: wrong WARNING due to del
** Attachment added: "test.py"
https://bugs.launchpad.net/bugs/969919/+attachment/2974122/+files/test.py
--
You received this bug notification because you are a member of Divmod-
dev, which is the registrant for Pyflakes.
https://bugs.launchpad.net/bugs/969919
Title:
wrong WARNING due to del
Status in Pyflakes:
New
Bug description:
Hello,
as reported on Debian at: bugs.debian.org/666494
"""
I am using pyflakes on my project, and I got some wrong positiv warning due to
the del command.
so I attached a test.py file, which shows the problem
pyflakes test.py
test.py:5: undefined name 'a'
"""
test.py attached.
Cheers,
Sandro
To manage notifications about this bug go to:
https://bugs.launchpad.net/pyflakes/+bug/969919/+subscriptions
References