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 xtreak
Recipients orsenthil, xtreak, ytvwld
Date 2018-09-12.10:26:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1536748014.65.0.956365154283.issue34628@psf.upfronthosting.co.za>
In-reply-to
Content
Seems like this is an explicit choice that there is also a test with the URL "user:password@www.python.org" . Ref : https://github.com/python/cpython/blob/731ff68eeef58babdf2b32dc9a73b141760c2be9/Lib/test/test_httplib.py#L640 . You can try basic auth example in https://docs.python.org/3/library/urllib.request.html#examples

Adding the developer here who might have more info on adding this support for urllib .

Thanks
History
Date User Action Args
2018-09-12 10:26:54xtreaksetrecipients: + xtreak, orsenthil, ytvwld
2018-09-12 10:26:54xtreaksetmessageid: <1536748014.65.0.956365154283.issue34628@psf.upfronthosting.co.za>
2018-09-12 10:26:54xtreaklinkissue34628 messages
2018-09-12 10:26:54xtreakcreate