← Back to team overview

divmod-dev team mailing list archive

[Bug 969919] [NEW] wrong WARNING due to del

 

Public bug reported:

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

** Affects: pyflakes
     Importance: Undecided
         Status: New

-- 
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


Follow ups

References