mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-05 21:24:45 +00:00
8 lines
448 B
Text
8 lines
448 B
Text
- [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:])
|