Issue 851752: urllib2 silently returns None when auth_uri is mismatched (original) (raw)

Issue851752

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:01 admin set github: 39634
2003-11-30 22:16:30 jjlee create