linkchecker/doc/todo.txt
2010-11-05 01:13:37 +01:00

9 lines
485 B
Text

- [GUI] Show detailed URL properties
- [LOGGING] check dot/gml graph format with gephi
- [PYTHON26]
linkcheck/httplib2.py:1218: DeprecationWarning: socket.ssl() is deprecated.
Use ssl.wrap_socket() instead.
ssl = socket.ssl(sock, self.key_file, self.cert_file)
- [PYTHON3]
linkchecker-git/linkcheck/dns/resolver.py:313: DeprecationWarning: in 3.x, __getslice__ has been removed; use __getitem__
linkcheck.dns.name.Name(linkcheck.dns.name.from_text(socket.gethostname())[1:])