Issue1220874
Created on 2005-06-15 01:27 by bob.ippolito, last changed 2006-07-15 16:53 by bob.ippolito.
| File name |
Uploaded |
Description |
Edit |
Remove |
|
binhex-2.5-1.diff
|
bob.ippolito,
2005-06-22 21:11
|
binhex-2.5-1.diff |
|
|
|
msg48467 - (view) |
Author: Bob Ippolito (bob.ippolito) |
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) |
Date: 2005-06-15 01:29 |
|
Logged In: YES
user_id=139309
this is also a backport candidate
|
|
msg48469 - (view) |
Author: Ronald Oussoren (ronaldoussoren) |
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) |
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) |
Date: 2006-07-15 16:53 |
|
Logged In: YES
user_id=139309
Committed revision 50667.
|
|
| Date |
User |
Action |
Args |
| 2005-06-15 01:27:43 | bob.ippolito | create | |
|