[Patches] [ python-Patches-1220874 ] update the binhex module for Mach-O

SourceForge.net noreply at sourceforge.net
Sat Jul 15 18:53:42 CEST 2006


Patches item #1220874, was opened at 2005-06-14 21:27
Message generated for change (Settings changed) made by etrepum
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1220874&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Macintosh
Group: Python 2.5
>Status: Closed
>Resolution: Accepted
Priority: 5
Submitted By: Bob Ippolito (etrepum)
Assigned to: Jack Jansen (jackjansen)
Summary: update the binhex module for Mach-O

Initial Comment:
The binhex module only understands resource forks if os.name == 
'mac', which is only true for CFM builds of Python.  We haven't 
maintained those in years, so this has been broken for quite some 
time.

This patch is a partial fix that allows it to de-binhex the resource fork 
on Mach-O, but it still doesn't do the type/creator stuff.  I'm currently 
only using it to create one of those pesky "Icon\r" files, so this is all 
I fixed and tested.

----------------------------------------------------------------------

>Comment By: Bob Ippolito (etrepum)
Date: 2006-07-15 12:53

Message:
Logged In: YES 
user_id=139309

Committed revision 50667.

----------------------------------------------------------------------

Comment By: Bob Ippolito (etrepum)
Date: 2005-06-22 17:11

Message:
Logged In: YES 
user_id=139309

I definitely added it, but I forgot to click the stupid box.  I hate sourceforge.

----------------------------------------------------------------------

Comment By: Ronald Oussoren (ronaldoussoren)
Date: 2005-06-22 06:45

Message:
Logged In: YES 
user_id=580910

You forgot to add the patch.

----------------------------------------------------------------------

Comment By: Bob Ippolito (etrepum)
Date: 2005-06-14 21:29

Message:
Logged In: YES 
user_id=139309

this is also a backport candidate

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1220874&group_id=5470


More information about the Patches mailing list