Public bug reported:

If you have a Python program like this:

class Foo: pass
class Foo: pass

Pyflakes won't emit a warning, but it should.

** 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/823369

Title:
  no warning for duplicate classes

Status in Pyflakes:
  New

Bug description:
  If you have a Python program like this:

  class Foo: pass
  class Foo: pass

  Pyflakes won't emit a warning, but it should.

To manage notifications about this bug go to:
https://bugs.launchpad.net/pyflakes/+bug/823369/+subscriptions

-- 
Mailing list: https://launchpad.net/~divmod-dev
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~divmod-dev
More help   : https://help.launchpad.net/ListHelp

Reply via email to