← Back to team overview

divmod-dev team mailing list archive

[Bug 823369] [NEW] no warning for duplicate classes

 

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


Follow ups

References