Open caseydunham opened 11 years ago
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)
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.