]> granicus.if.org Git - python/commitdiff
GetCreatorAndType and SetCreatorAndType have been undeprecated. Spotted by
authorJack Jansen <jack.jansen@cwi.nl>
Wed, 19 Mar 2003 22:51:42 +0000 (22:51 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Wed, 19 Mar 2003 22:51:42 +0000 (22:51 +0000)
Just.

Mac/Modules/macosmodule.c

index 92d54528f907ed7d213653005224d3c7764f4337..6790418b9619758997ce9e98d00472d43b8e5c4c 100644 (file)
@@ -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)