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

SourceForge.net noreply at sourceforge.net
Wed Jun 15 03:27:43 CEST 2005


Patches item #1220874, was opened at 2005-06-14 21:27
Message generated for change (Tracker Item Submitted) made by Item Submitter
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: Open
Resolution: None
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.

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

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