git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1199 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2004-01-28 22:33:11 +00:00
parent fb07da018b
commit 0361e3a156
2 changed files with 8 additions and 0 deletions

View file

@ -2,6 +2,12 @@
* added LRU.setdefault function
Changed: linkcheck/LRU.py
Closes: SF bug 885916
* Added Mac OS X as supported platform (version 10.3 is known to work)
Changed: README, INSTALL
* HTML parser objects are now subclassable and collectable by the cyclic
garbage collector
Changed: linkcheck/parser/htmlparse.y
1.10.3 (release 10.1.2004)
* use the optparser module for command line parsing

2
TODO
View file

@ -1,3 +1,5 @@
- use resolve_entities in scanner
- after a failed HEAD request, try always GET and see if that fails
too