]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Got rid of {Get,Set}FileType in favor of {Get,Set}CreatorAndType --
authorGuido van Rossum <guido@python.org>
Sun, 22 Jan 1995 18:42:12 +0000 (18:42 +0000)
committerGuido van Rossum <guido@python.org>
Sun, 22 Jan 1995 18:42:12 +0000 (18:42 +0000)
commitb7e79e5f9474385572e63da9eb19dde7965cd02a
tree2be7dcbca1f5517c276b4e2fd5375e8506dfccc7
parentc02311ba531b9a98a5e93113d7c91fec3857db0c
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, ...).
Mac/Modules/macosmodule.c