Changes between Version 1 and Version 2 of Ticket #9618, comment 3
- Timestamp:
- Jul 29, 2015, 9:31:26 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9618, comment 3
v1 v2 1 1 I 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: 2 2 3 {{{ 3 {{{#!python 4 4 mgr.add_password(None, self.auth_url, user, password) 5 5 }}} … … 7 7 and 8 8 9 {{{ 9 {{{#!python 10 10 HTTPDigestAuthHandler(mgr)).open(self.auth_url) 11 11 }}}