linkchecker/linkcheck/checker
Chris Mayo 06fdd78f91 Python3: fix TypeError in HttpUrl.read_content()
From test_http_redirect:

  File "linkchecker/linkcheck/checker/httpurl.py", line 323, in read_content
    line: buf.write(data)
    locals:
      buf = <local> <_io.StringIO object at 0x7f8fe2f45e10>
      buf.write = <local> <built-in method write of _io.StringIO object at 0x7f8fe2f45e10>
      data = <local> b'<a href="newurl.html">Recursive Redirect</a>\n'
TypeError: string argument expected, got 'bytes'
2019-09-15 19:42:29 +01:00
..
__init__.py Support itms-services: URLs. #532 2014-09-05 21:06:10 +02:00
const.py More python3 fixes 2014-09-12 21:59:07 +02:00
dnsurl.py Fix documentation. 2014-04-28 18:10:20 +02:00
fileurl.py Python3: fix opening file URLs 2019-09-12 19:58:27 +01:00
ftpurl.py Fix Python 3 "TypeError: decoding str is not supported" in FtpUrl.cwd 2019-04-22 19:34:46 +01:00
httpurl.py Python3: fix TypeError in HttpUrl.read_content() 2019-09-15 19:42:29 +01:00
ignoreurl.py Ignore URLs earlier. 2014-03-10 18:05:11 +01:00
internpaturl.py Fix intern URL search pattern. 2014-06-13 23:52:21 +02:00
itmsservicesurl.py fixes for Python 3: fix test_misc 2019-09-09 19:51:30 +01:00
mailtourl.py Merge pull request #281 from cjmayo/python3_30 2019-09-11 09:47:10 -04:00
nntpurl.py Introduce check plugins, use Python requests for http/s connections, and some code cleanups and improvements. 2014-03-01 00:12:34 +01:00
proxysupport.py fixes for Python 3: fix proxysuport 2018-01-19 09:52:43 +01:00
telneturl.py Introduce check plugins, use Python requests for http/s connections, and some code cleanups and improvements. 2014-03-01 00:12:34 +01:00
unknownurl.py Added whatsapp:// to ignored protocols 2018-08-09 13:49:15 +02:00
urlbase.py fixes for Python 3: fix running problems in Python 3 2019-09-10 19:30:09 +01:00