[Patches] [ python-Patches-1220874 ] update the binhex module for Mach-O
SourceForge.net
noreply at sourceforge.net
Wed Jun 22 23:11:03 CEST 2005
Patches item #1220874, was opened at 2005-06-14 21:27
Message generated for change (Comment added) 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: 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.
----------------------------------------------------------------------
>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