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 Windson Yang
Recipients Windson Yang, orsenthil, xtreak, ytvwld
Date 2019-01-11.02:02:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1547172178.61.0.749592876129.issue34628@roundup.psfhosted.org>
In-reply-to
Content
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?
History
Date User Action Args
2019-01-11 02:02:59Windson Yangsetrecipients: + Windson Yang, orsenthil, xtreak, ytvwld
2019-01-11 02:02:58Windson Yangsetmessageid: <1547172178.61.0.749592876129.issue34628@roundup.psfhosted.org>
2019-01-11 02:02:58Windson Yanglinkissue34628 messages
2019-01-11 02:02:58Windson Yangcreate