Closed hugovk closed 7 years ago
Implements https://github.com/c-w/Gutenberg/issues/49.
Python 3.2 is failing because requests no longer supports it, and CPython 3.2 itself is no longer supported: https://en.wikipedia.org/wiki/CPython#Version_history
This PR also runs pyflakes and pep8 on the CI (although won't fail it), and fixes a few of findings.
Excellent. :shipit: please merge. I've opened #59 to track the removal of the from six import u shim.
from six import u
Implements https://github.com/c-w/Gutenberg/issues/49.
Python 3.2 is failing because requests no longer supports it, and CPython 3.2 itself is no longer supported: https://en.wikipedia.org/wiki/CPython#Version_history
This PR also runs pyflakes and pep8 on the CI (although won't fail it), and fixes a few of findings.