From bd890dffecb7e85e477a2a03fc5dc9993f36a2fb Mon Sep 17 00:00:00 2001 From: calvin Date: Thu, 19 Oct 2006 19:18:46 +0000 Subject: [PATCH] updated git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3504 e7d03fd6-7b0d-0410-9947-9c21f3af8025 --- TODO | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TODO b/TODO index 0ba453ed..491ad6eb 100644 --- a/TODO +++ b/TODO @@ -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.