[issue23328] urllib2 fails for proxy credentials that contain a '/' character

Senthil Kumaran report at bugs.python.org
Tue Feb 10 06:16:42 CET 2015


Senthil Kumaran added the comment:

In the initial report, I thought, it was mentioned that curl reads the same http_proxy variable properly.  It will be good to have a correct curl test case to ascertain that. 

But, at all the places, where @ character is allowed in urls (netrc, git configs, I see that @ should be encoded). In that case, this bug report is more towards detecting bad urls and presenting a better error message.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23328>
_______________________________________


More information about the Python-bugs-list mailing list