mechanize icon indicating copy to clipboard operation
mechanize copied to clipboard

#88 Fix AttributeError with NTLM authentication.

Open caseydunham opened this issue 12 years ago • 1 comments

The below has fixed a couple of NTLM authentication issues that I have been having. I don't control the NTLM servers so I am not completely sure that they are returning proper data, but the included patch originally mentioned by cube in this SO article, http://stackoverflow.com/questions/13649964/python-mechanize-with-ntlm-getting-attributeerror-httpresponse-instance-has-no, has fixed the issue for me.

caseydunham avatar Oct 24 '13 20:10 caseydunham

Thank you for your contribution to mechanize!

Following the process in #117, future work on mechanize will be occurring here: https://github.com/python-mechanize/mechanize.

Please re-file your PR there (where it will get attention, and hopefully merged)

jamesbroadhead avatar Mar 12 '17 14:03 jamesbroadhead