commit | b7e79e5f9474385572e63da9eb19dde7965cd02a | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Sun Jan 22 18:42:12 1995 +0000 |
committer | Guido van Rossum <guido@python.org> | Sun Jan 22 18:42:12 1995 +0000 |
tree | 2be7dcbca1f5517c276b4e2fd5375e8506dfccc7 | |
parent | c02311ba531b9a98a5e93113d7c91fec3857db0c [diff] |
Got rid of {Get,Set}FileType in favor of {Get,Set}CreatorAndType -- the former had their arguments reversed compared to all Apple's routines (e.g. FSpOpenResFile()). Also fixed the SoundMgr UserRoutine (Jack fixed it but put the fix between #ifdef __MWERKS__ ... #endif :-( ). NB eventually this module should disappear in favor of separate modules per manager (e.g. Resources, Sound, Files, ...).