From fe94e97e48285c9917921aff231dae7b650141d7 Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Wed, 19 Mar 2003 22:51:42 +0000 Subject: GetCreatorAndType and SetCreatorAndType have been undeprecated. Spotted by Just. --- Mac/Modules/macosmodule.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Mac/Modules/macosmodule.c b/Mac/Modules/macosmodule.c index 92d5452..6790418 100644 --- a/Mac/Modules/macosmodule.c +++ b/Mac/Modules/macosmodule.c @@ -304,7 +304,7 @@ static PyTypeObject Rftype = { /*----------------------------------------------------------------------*/ /* Miscellaneous File System Operations */ -static char getcrtp_doc[] = "Obsolete, use macfs module"; +static char getcrtp_doc[] = "Get MacOS 4-char creator and type for a file"; static PyObject * MacOS_GetCreatorAndType(PyObject *self, PyObject *args) @@ -326,7 +326,7 @@ MacOS_GetCreatorAndType(PyObject *self, PyObject *args) return res; } -static char setcrtp_doc[] = "Obsolete, use macfs module"; +static char setcrtp_doc[] = "Set MacOS 4-char creator and type for a file"; static PyObject * MacOS_SetCreatorAndType(PyObject *self, PyObject *args) -- cgit v0.12