Message234823
Yup, can confirm that this is problem. As Andy recognized, there is parsing error that fails on '/' character in the password.
The environ based proxies are used by urllib rather than urllib2. (The test case if relies on environ proxy, should use urllib.urlopen()), but the failure is coming from parsing done in httplib, so it affects both urllib and urllib2. |
|
Date |
User |
Action |
Args |
2015-01-27 15:22:45 | orsenthil | set | recipients:
+ orsenthil, Andy.Reitz |
2015-01-27 15:22:45 | orsenthil | set | messageid: <1422372165.92.0.952935884544.issue23328@psf.upfronthosting.co.za> |
2015-01-27 15:22:45 | orsenthil | link | issue23328 messages |
2015-01-27 15:22:45 | orsenthil | create | |
|