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: Patch f. bug 495682 cannot handle http_proxy with user:pass@
Type: Stage:
Components: Library (Lib) Versions: Python 2.5
process
Status: closed Resolution: duplicate
Dependencies: Superseder:
Assigned To: Nosy List: georg.brandl, jonico
Priority: normal Keywords: patch

Created on 2005-11-05 17:05 by jonico, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg48964 - (view) Author: Johannes Nicolai (jonico) Date: 2005-11-05 17:05
solves problems for http and https proxies described in 
this bug 
solves tracebacks if proxy is specified for a protocol 
where no proxy is currently supported 
added dynamic proxy authentification for http and https 
solved bug that if a host accessed by the https protocol 
requires authentification, the https proxy won't be used 
after questioning the password 
msg48965 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2005-11-05 22:30
Logged In: YES 
user_id=1188172

Duplicate of #1349118.
History
Date User Action Args
2022-04-11 14:56:13adminsetgithub: 42555
2005-11-05 17:05:10jonicocreate