Issue 779167: urllib proxy handling incomplete for MacOSX (original) (raw)

Issue779167

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:17 admin set github: 38955
2003-07-28 21:10:56 jackjansen create