flake8
failed.
JSHint
passed.
Review Request #10479 — Created March 31, 2019 and submitted
HttpResponse.content
is a byte string, and we have a lot of tests
comparing these against Unicode strings. In Python 2, that's not a big
deal, but Python 3 heavily distinguishes between the two.This change updates all comparisons to check only against byte strings.
Unit tests pass on Python 2.7 and 3.5-3.7 (with other in-progress
changes).
Summary | ID |
---|---|
0e1193e96a64066cd5d694666fe5640e845dd4e9 |
Description | From | Last Updated |
---|---|---|
E501 line too long (80 > 79 characters) |
reviewbot |
Fixed a line length issue.
Summary | ID | |
---|---|---|
ef28ab2ea72ef62836d65cd7fa8528e253f3c441 | ||
0e1193e96a64066cd5d694666fe5640e845dd4e9 |
Revision 2 (+46 -44)