pegasy / python-ntlm

Automatically exported from code.google.com/p/python-ntlm
0 stars 0 forks source link

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

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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 rcord...@gmail.com on 9 Jan 2015 at 6:55