]> granicus.if.org Git - python/commit
MacOSX: remove dependency on Carbon package for urllib
authorRonald Oussoren <ronaldoussoren@mac.com>
Mon, 12 May 2008 11:31:05 +0000 (11:31 +0000)
committerRonald Oussoren <ronaldoussoren@mac.com>
Mon, 12 May 2008 11:31:05 +0000 (11:31 +0000)
commit9dd6b1db5be0293e9d359f7e75614c74b1e5e884
treed33bb2bfac704c8be111e8aa4f11ae4a9b51dad6
parent81af68ee6123f87c368c95d384a934b7e501ebf0
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.
Lib/urllib.py