From: Jack Jansen Date: Wed, 19 Mar 2003 22:51:42 +0000 (+0000) Subject: GetCreatorAndType and SetCreatorAndType have been undeprecated. Spotted by X-Git-Tag: v2.3c1~1437 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fe94e97e48285c9917921aff231dae7b650141d7;p=thirdparty%2FPython%2Fcpython.git GetCreatorAndType and SetCreatorAndType have been undeprecated. Spotted by Just. --- diff --git a/Mac/Modules/macosmodule.c b/Mac/Modules/macosmodule.c index 92d54528f907..6790418b9619 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)