Package: pyflakes Version: 0.4.0-1 Severity: normal According to the manual page:
Found warnings including unused importes, undefined variables and unnecessary reimports, are printed on standard output. Found errors including compile or encoding errors, are printed on standard error.
However, this doesn't seem to be the case: $ pyflakes /usr/lib/python2.6/subprocess.py > /dev/null; echo $? 9 -- Jakub Wilk
signature.asc
Description: Digital signature

