[issue2715] Remove carbon-specific code from binhex

Ronald Oussoren report at bugs.python.org
Sat May 3 10:36:45 CEST 2008


Ronald Oussoren <ronaldoussoren at mac.com> added the comment:

Have you read that code? The Carbon-specific code in there is needed to 
make the module behave correctly in OSX: the Carbon specific code is used 
to get and set some Mac-specific file attributes.

It should be easy enough to move that code into a small C extensions 
though, that way binhex will no longer depent on the Carbon python 
package.

----------
nosy: +ronaldoussoren

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2715>
__________________________________


More information about the Python-bugs-list mailing list