Debian Automated Code Analysis

pyflakes analysis of python-htmlgen_2.2.2-12_all.deb

./usr/share/doc/python-htmlgen/html/scripts.html:1: invalid syntax
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
 ^
./usr/share/doc/python-htmlgen/data/scripts-txt.html:2: invalid syntax
<h3>FEATURES</h3>
 ^
Traceback (most recent call last):
  File "/home/geissert/bin/pyflakes", line 5, in <module>
    sys.exit(main(sys.argv[1:]))
  File "/home/geissert/daca/pyflakes/pyflakes/scripts/pyflakes.py", line 101, in main
    warnings += checkPath(arg)
  File "/home/geissert/daca/pyflakes/pyflakes/scripts/pyflakes.py", line 83, in checkPath
    return check(fd.read(), filename)
  File "/home/geissert/daca/pyflakes/pyflakes/scripts/pyflakes.py", line 29, in check
    compile(codeString, filename, "exec")
TypeError: compile() expected string without null bytes
Traceback (most recent call last):
  File "/home/geissert/bin/pyflakes", line 5, in <module>
    sys.exit(main(sys.argv[1:]))
  File "/home/geissert/daca/pyflakes/pyflakes/scripts/pyflakes.py", line 101, in main
    warnings += checkPath(arg)
  File "/home/geissert/daca/pyflakes/pyflakes/scripts/pyflakes.py", line 83, in checkPath
    return check(fd.read(), filename)
  File "/home/geissert/daca/pyflakes/pyflakes/scripts/pyflakes.py", line 29, in check
    compile(codeString, filename, "exec")
TypeError: compile() expected string without null bytes

This report was generated on Sun, 02 Jan 2011 05:31:35 +0000, based on results by pyflakes 0.4.0-1