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


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9618, comment 3

    initial v1  
    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{{{
    34mgr.add_password(None, self.auth_url, user, password)
     5}}}
    46
    57and
    68
     9{{{
    710HTTPDigestAuthHandler(mgr)).open(self.auth_url)
     11}}}
    812
    913So when you apply the patch you'll need to be careful to preserve both sets of changes.