[issue34628] urllib.request.urlopen fails when userinfo is present in URL

Windson Yang report at bugs.python.org
Thu Jan 10 21:02:58 EST 2019


Windson Yang <wiwindson at outlook.com> added the comment:

I found that Requests library use urllib3 library which looks like ignore the user info part (in request_context https://github.com/urllib3/urllib3/blob/master/src/urllib3/poolmanager.py#L208). Did I miss something or we should also ignore it?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34628>
_______________________________________


More information about the Python-bugs-list mailing list