pegasy / python-ntlm

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

Problem in the Extended Example #36

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

This line of code:

parsed_url = urlparse(self.href)

In the Extended Example refers to self.href but there is no 'self.'

Original issue reported on code.google.com by ericbr...@gmail.com on 4 Jan 2013 at 6:51

GoogleCodeExporter commented 9 years ago
I forgot to say this:

I believe that line should say:

parsed_url = urlparse(url)

Original comment by ericbr...@gmail.com on 4 Jan 2013 at 6:53

GoogleCodeExporter commented 9 years ago
it has been fixed as I an see of today (r95)

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