This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ronaldoussoren
Recipients brett.cannon, ronaldoussoren
Date 2008-05-03.08:36:44
SpamBayes Score 0.007605047
Marked as misclassified No
Message-id <1209803805.04.0.0401323450313.issue2715@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-05-03 08:36:45ronaldoussorensetspambayes_score: 0.00760505 -> 0.007605047
recipients: + ronaldoussoren, brett.cannon
2008-05-03 08:36:45ronaldoussorensetspambayes_score: 0.00760505 -> 0.00760505
messageid: <1209803805.04.0.0401323450313.issue2715@psf.upfronthosting.co.za>
2008-05-03 08:36:44ronaldoussorenlinkissue2715 messages
2008-05-03 08:36:44ronaldoussorencreate