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.

classification
Title: urllib2 silently returns None when auth_uri is mismatched
Type: Stage:
Components: Documentation Versions:
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: kbk Nosy List: jepler, jjlee, kbk
Priority: normal Keywords: patch

Created on 2003-11-30 22:16 by jjlee, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
urlopen.patch jjlee, 2003-11-30 22:16
Messages (3)
msg44978 - (view) Author: John J Lee (jjlee) Date: 2003-11-30 22:16
Fix for 820583.  Also clarifies what install_opener does,  
since people often seem confused about this.  
msg44979 - (view) Author: Jeff Epler (jepler) Date: 2004-07-10 17:04
Logged In: YES 
user_id=2772

This patch looks right, and seems to describe the actual
behavior.
I can't build the lib documentation to test the patch, however
msg44980 - (view) Author: Kurt B. Kaiser (kbk) * (Python committer) Date: 2004-07-11 02:18
Logged In: YES 
user_id=149084

builds OK.
liburllib2.tex 1.20
History
Date User Action Args
2022-04-11 14:56:01adminsetgithub: 39634
2003-11-30 22:16:30jjleecreate