From 9fd073b50c8a7dc24d4c52e5701e71a0ca565063 Mon Sep 17 00:00:00 2001 From: calvin Date: Tue, 11 Oct 2005 12:10:01 +0000 Subject: [PATCH] updated git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2846 e7d03fd6-7b0d-0410-9947-9c21f3af8025 --- TODO | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/TODO b/TODO index aaffa33d..8d0fac41 100644 --- a/TODO +++ b/TODO @@ -1,5 +1,9 @@ Possible improvements people could work on: +- update python download link (2.4.2) + +- [FEATURE] postmortem debugging with pdb.pm() + - [BUGFIX] The URL in the log output is double normed. - [BUGFIX] when an URL is found in the cache and it has a broken anchor, @@ -13,3 +17,7 @@ Possible improvements people could work on: - [FEATURE] Option to save downloaded pages. This could also be used to build an internal cache, however there are already a plethora of caching proxies we could use for that. + +> One other problem that I've noticed is that the ignore parameters from the +> configuration file are not used and that both the url-not-normed and the +> url-unnormed do not work as well.