Changes between Version 1 and Version 2 of Ticket #9618, comment 3


Ignore:
Timestamp:
Jul 29, 2015, 9:31:26 PM (9 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9618, comment 3

    v1 v2  
    11I was developing on 2.6, but I agree that I think my changes should work on 2.4. But I mentioned revising my patch because there appeared to be 2 lines that you had already changed that I also changed:
    22
    3 {{{
     3{{{#!python
    44mgr.add_password(None, self.auth_url, user, password)
    55}}}
     
    77and
    88
    9 {{{
     9{{{#!python
    1010HTTPDigestAuthHandler(mgr)).open(self.auth_url)
    1111}}}