git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3504 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2006-10-19 19:18:46 +00:00
parent e29704ce61
commit bd890dffec

3
TODO
View file

@ -1,3 +1,6 @@
- BUGFIX: Use Py_ssize_t for indizes, according to PEP 353:
http://www.python.org/dev/peps/pep-0353/#conversion-guidelines
- [BUG REPORT] the web interface only runs on the server it is installed on.
The ALLOWED_HOSTS and ALLOWED_SERVERS variables in lc.cgi don't work and
are not (well) documented.