mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-17 02:51:07 +00:00
updated
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1199 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
fb07da018b
commit
0361e3a156
2 changed files with 8 additions and 0 deletions
|
|
@ -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
2
TODO
|
|
@ -1,3 +1,5 @@
|
|||
- use resolve_entities in scanner
|
||||
|
||||
- after a failed HEAD request, try always GET and see if that fails
|
||||
too
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue