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: urllib proxy_bypass broken
Type: Stage:
Components: Library (Lib) Versions:
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: atuining, georg.brandl
Priority: normal Keywords: patch

Created on 2006-02-07 21:34 by atuining, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
urllib.py.diff atuining, 2006-02-07 21:34 patch to urllib.py
Messages (2)
msg49437 - (view) Author: Anthony Tuininga (atuining) * Date: 2006-02-07 21:34
If a port number is included in the url, the code in
proxy_bypass fails to determine the IP address of the
host which means that proxy bypass definitions of
x.x.x.* will be ignored. In addition, the fully
qualified domain name is not acquired so if the fully
qualified domain name is not specified in the URL the
proxy bypass will be ignored.
msg49438 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2006-02-18 23:10
Logged In: YES 
user_id=1188172

Thanks! Fixed in rev. 42473 for 2.5.
History
Date User Action Args
2022-04-11 14:56:15adminsetgithub: 42875
2006-02-07 21:34:58atuiningcreate