pegasy / python-ntlm

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

HTTPNtlmAuthHandler throws an AttributeError in Python 3.4.1 #46

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Using Python 3.4.1 with the latest version of the python30 directory as of July 
23, 2014. get_selector() and get_host() were deprecated in Python 3.3 and 
removed in 3.4, so HTTPNtlmAuthHandler throws an AttributeError. get_selector() 
should be replaced with request.selector and get_host() with request.host.

Original issue reported on code.google.com by ge...@geoffblack.com on 23 Jul 2014 at 8:37

GoogleCodeExporter commented 9 years ago
will be fixed within a week by #48

Original comment by deron...@gmail.com on 2 Oct 2014 at 2:11

GoogleCodeExporter commented 9 years ago

Original comment by deron...@gmail.com on 2 Oct 2014 at 2:11

GoogleCodeExporter commented 9 years ago
#48 fixed.

Original comment by deron...@gmail.com on 21 Oct 2014 at 2:05