Issue1594
Created on 2007-12-11 20:20 by jvr, last changed 2009-01-02 14:11 by ronaldoussoren.
|
msg58464 - (view) |
Author: Just van Rossum (jvr) |
Date: 2007-12-11 20:20 |
|
On intel, MacOS.GetCreatorAndType() returns the creator and type code with
the wrong endianness, eg. as 'DCBA' instead of 'ABCD'.
|
|
msg78797 - (view) |
Author: Ronald Oussoren (ronaldoussoren) |
Date: 2009-01-02 14:11 |
|
Fixed in r68156 (including testcase). Annoyingly enough only
GetCreatorAndType needed fixing, SetCreatorAndType already did the right
thing (makeing the two functions inconsistent with each other).
Won't fix for earlier releases, this might break existing code.
|
|
| Date |
User |
Action |
Args |
| 2009-01-02 14:11:26 | ronaldoussoren | set | status: open -> closed resolution: fixed messages:
+ msg78797 nosy:
+ ronaldoussoren versions:
+ Python 2.6 |
| 2007-12-11 20:20:52 | jvr | create | |
|