commit | 9dd6b1db5be0293e9d359f7e75614c74b1e5e884 | [log] [tgz] |
---|---|---|
author | Ronald Oussoren <ronaldoussoren@mac.com> | Mon May 12 11:31:05 2008 +0000 |
committer | Ronald Oussoren <ronaldoussoren@mac.com> | Mon May 12 11:31:05 2008 +0000 |
tree | d33bb2bfac704c8be111e8aa4f11ae4a9b51dad6 | |
parent | 81af68ee6123f87c368c95d384a934b7e501ebf0 [diff] |
MacOSX: remove dependency on Carbon package for urllib This patch removes the dependency on the Carbon package from urllib. The mac-specific code for getting proxy configuration is now writting in Python using ctypes and uses the SystemConfiguration framework instead of InternetConfig. Also provides a mac-specific implementation of proxy_bypass.