This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author orsenthil
Recipients Andy.Reitz, orsenthil
Date 2015-01-27.15:22:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1422372165.92.0.952935884544.issue23328@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2015-01-27 15:22:45orsenthilsetrecipients: + orsenthil, Andy.Reitz
2015-01-27 15:22:45orsenthilsetmessageid: <1422372165.92.0.952935884544.issue23328@psf.upfronthosting.co.za>
2015-01-27 15:22:45orsenthillinkissue23328 messages
2015-01-27 15:22:45orsenthilcreate