[Pythonmac-SIG] Carbon bindings' future

Ronald Oussoren ronaldoussoren at mac.com
Fri Apr 11 08:05:16 CEST 2008


Folks,

The removal of the Carbon bindings shouldn't  impact the functionality  
of the rest of the standard library. This means we need to do some  
work though, because urllib relies on the Carbon bindings to get the  
current proxy settings.

The best way to fix that (IMO of course) is to write a small C  
extension that uses the Carbon API's to fetch that data into a  
dictionary. All code for that is present in the Python source tree,  
but in Python instead of in C. Hence writing the extension should be  
easy enough.

Is anyone game for writing this extension?

Ronald


-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2224 bytes
Desc: not available
Url : http://mail.python.org/pipermail/pythonmac-sig/attachments/20080411/0ae85201/attachment.bin 


More information about the Pythonmac-SIG mailing list