``` I get a DeprecatedWarning under Python 3. Changing decodestring() to decodebytes() in python30/ntlm/ntlm.py:223 fixes this for me. ``` Original issue reported on code.google.com by `ecederst...@gmail.com` on 11 Dec 2014 at 4:56