bmschmidt / pySRP

Python Module implementing SRP
MIT License
11 stars 1 forks source link

Py2 and Py3 handle non-unicode characters differently. #6

Closed bmschmidt closed 4 years ago

bmschmidt commented 7 years ago

Py3 will fail on a non-unicode character; py2 will note its existence, ignore it, and move on.

bmschmidt commented 4 years ago

Python 2 is dead. Py3's behavior is to be preferred.