mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-05 07:20:58 +00:00
MS Word files are binary data, and get_temp_filename() will write them to disk using open(..., 'wb'), so we want to pass bytes in there, not Unicode. See #323. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| anchorcheck.py | ||
| httpheaderinfo.py | ||
| locationinfo.py | ||
| markdowncheck.py | ||
| parsepdf.py | ||
| parseword.py | ||
| regexcheck.py | ||
| sslcertcheck.py | ||
| syntaxchecks.py | ||
| viruscheck.py | ||