linkchecker/TODO.txt

11 lines
506 B
Text
Raw Normal View History

2009-06-21 18:56:05 +00:00
- [CMDLINE] SF #2770077
Titles of bookmarks with umlauts are not printed correctly.
2009-03-07 13:40:20 +00:00
- [GUI] Add more context menu actions:
2009-03-09 22:47:13 +00:00
+ Show detailed URL properties
+ View source
- [GUI] Save options in qsettings.
- [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:])
- [PROXY] Deprecate the --no-proxy-for option now that $no_proxy is supported.