Fix string decode issue for python3 (#294)
A binary representation `"\n" * 5 + "hh".encode('utf-8')` reproduces the error from travis-ci.
Showing
Please register or sign in to comment
A binary representation `"\n" * 5 + "hh".encode('utf-8')` reproduces the error from travis-ci.