Comment #12 on issue 1456 by asmeu...@gmail.com: use pyflakes to identify simple bugs in sympy and fix them
http://code.google.com/p/sympy/issues/detail?id=1456

So pyflakes doesn't really warn about many things that shouldn't be fixed, but pylint does. So if you use pylint, don't bother with things like too short or too long variable names or any "too many..." warnings.

And of course, if pyflakes says something that turns out to be wrong, don't fix it. This is just the nature of dynamic languages like Python, that you can not always tell 100% what is happening just by looking at the code.

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to sympy-issues@googlegroups.com.
To unsubscribe from this group, send email to 
sympy-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to