git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@883 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2003-05-05 06:36:42 +00:00
parent 284e6984cd
commit bc40bca83f

5
TODO
View file

@ -1,7 +1,4 @@
- check and define where urls are encoded
- before sending the request, urls need to be encoded
possible Python 2.3 improvements:
possible Python 2.3 improvements (ie needs Python >= 2.3)
- get rid of timeoutsocket.py, the default socket has timeouts
- use optparse instead of getopt with more flexible commandline help
- replace the debug() function with the logging module