linkchecker/doc/todo.txt

11 lines
548 B
Text
Raw Normal View History

2010-10-14 16:36:11 +00:00
- [GUI] Allow login URL to be configured.
2010-10-03 11:00:20 +00:00
- [GUI] Show detailed URL properties
- [GUI] Save options in qsettings or in external file (for each URL?).
- [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]
2009-07-22 22:09:48 +00:00
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:])