Closed sbellem closed 6 years ago
This is needed to help in troubleshooting encoding (unicode/bytes) problems arising in trying to port to Python 3 (#25).
For instance, the small helper method xor() fails under Python 3 and having a test in Python 2 that passes can help troubleshooting the problem.
xor()
Closing as #58 took care of this.
This is needed to help in troubleshooting encoding (unicode/bytes) problems arising in trying to port to Python 3 (#25).
For instance, the small helper method
xor()
fails under Python 3 and having a test in Python 2 that passes can help troubleshooting the problem.