Package: gforge-web-apache2 Version: 5.0.1-1 Severity: serious File: /usr/share/gforge/www/scm/viewvc/lib/PyFontify.py Justification: http://lists.debian.org/debian-release/2010/02/msg00325.html
Hello,PyFontify.py uses "with" as a variable name, but "with" is a reserved keyword in Python 2.6:
$ PYTHONPATH=/usr/share/gforge/www/scm/viewvc/lib/ python2.6 -c 'import
PyFontify'
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/share/gforge/www/scm/viewvc/lib/PyFontify.py", line 55
def replace(where, what, with):
^
SyntaxError: invalid syntax
--
Jakub Wilk
signature.asc
Description: Digital signature

