jayvdb / anyhttp

HTTP client interface
MIT License
0 stars 2 forks source link

http1 1.0.2 fails on py3 #19

Open jayvdb opened 3 years ago

jayvdb commented 3 years ago

http1 1.0.1 supports py2, but http1 1.0.2 broke that and only supports py3 due to setup.py using open(..., encoding=...), and https://github.com/c4s4/http1/commit/527f2a8802db28e9a88d7f193ecf460c97340e86 says 1.0.2 removes py2 support.