[code-quality] This seems like a good warning candidate...

Skip Montanaro skip.montanaro at gmail.com
Mon Dec 8 21:07:34 CET 2014


On Mon, Dec 8, 2014 at 1:32 PM, Phil Frost <indigo at bitglue.com> wrote:

> Maybe. As a matter of principle, Pyflakes should only emit a warning for
> things that it is sure is an error.


The avoidance of false positives is a noble goal, but given the dynamic
nature of Python, I'm happy to put up with a few if it means flagging stuff
that is likely to be an error.

Skip
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/code-quality/attachments/20141208/45434a18/attachment.html>


More information about the code-quality mailing list