python-ntlm icon indicating copy to clipboard operation
python-ntlm copied to clipboard

Python 3: DeprecatedWarning: decodestring() is a deprecated alias, use decodebytes()

Open GoogleCodeExporter opened this issue 10 years ago • 1 comments

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 [email protected] on 11 Dec 2014 at 4:56

GoogleCodeExporter avatar Apr 07 '15 17:04 GoogleCodeExporter

Hey, I have a fork that works in python 2 and 3, feel free to use it:

https://github.com/trustrachel/python-ntlm3

Original comment by [email protected] on 9 Jan 2015 at 6:55

GoogleCodeExporter avatar Apr 07 '15 17:04 GoogleCodeExporter