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.

classification
Title: update the binhex module for Mach-O
Type: Stage:
Components: macOS Versions: Python 2.5
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: jackjansen Nosy List: bob.ippolito, jackjansen, ronaldoussoren
Priority: normal Keywords: patch

Created on 2005-06-15 01:27 by bob.ippolito, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
binhex-2.5-1.diff bob.ippolito, 2005-06-22 21:11 binhex-2.5-1.diff
Messages (5)
msg48467 - (view) Author: Bob Ippolito (bob.ippolito) * (Python committer) Date: 2005-06-15 01:27
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.
msg48468 - (view) Author: Bob Ippolito (bob.ippolito) * (Python committer) Date: 2005-06-15 01:29
Logged In: YES 
user_id=139309

this is also a backport candidate
msg48469 - (view) Author: Ronald Oussoren (ronaldoussoren) * (Python committer) Date: 2005-06-22 10:45
Logged In: YES 
user_id=580910

You forgot to add the patch.
msg48470 - (view) Author: Bob Ippolito (bob.ippolito) * (Python committer) Date: 2005-06-22 21:11
Logged In: YES 
user_id=139309

I definitely added it, but I forgot to click the stupid box.  I hate sourceforge.
msg48471 - (view) Author: Bob Ippolito (bob.ippolito) * (Python committer) Date: 2006-07-15 16:53
Logged In: YES 
user_id=139309

Committed revision 50667.
History
Date User Action Args
2022-04-11 14:56:11adminsetgithub: 42086
2005-06-15 01:27:43bob.ippolitocreate