wummel / linkchecker

check links in web documents or full websites
http://wummel.github.io/linkchecker/
GNU General Public License v2.0
1.42k stars 234 forks source link

fix requests.__version__ comparison #662

Closed julianladisch closed 8 years ago

julianladisch commented 8 years ago

on travis requests.version is '2.10.0' https://travis-ci.org/wummel/linkchecker/builds/131500961

mgedmin commented 8 years ago

See also #650.

mgedmin commented 8 years ago

This was fixed differently in c2ce810c3fb00b895a841a7be6b2e78c64e7b042.

julianladisch commented 8 years ago

@wummel doesn't use distutils.version and implemented it manually: c2ce810