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 handling incomplete for MacOSX
Type: Stage:
Components: macOS Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: jackjansen Nosy List: jackjansen
Priority: normal Keywords:

Created on 2003-07-28 21:10 by jackjansen, last changed 2022-04-10 16:10 by admin. This issue is now closed.

Messages (2)
msg17415 - (view) Author: Jack Jansen (jackjansen) * (Python committer) Date: 2003-07-28 21:10
Urllib has code to handle both unix-style environment-based 
proxy definitions and mac-style Internet Config based ones 
(along with some others), but on MacOSX only the 
environment-style ones are enabled.

It needs to use the IC-based ones too, as this is the way to 
access the settings made by the user through the System 
Preferences application.
msg17416 - (view) Author: Jack Jansen (jackjansen) * (Python committer) Date: 2004-07-16 11:45
Logged In: YES 
user_id=45365

Fixed in urllib 1.163.
History
Date User Action Args
2022-04-10 16:10:17adminsetgithub: 38955
2003-07-28 21:10:56jackjansencreate