Commit fe94e97e authored by Jack Jansen's avatar Jack Jansen

GetCreatorAndType and SetCreatorAndType have been undeprecated. Spotted by

Just.
parent 5ddd4c3f
...@@ -304,7 +304,7 @@ static PyTypeObject Rftype = { ...@@ -304,7 +304,7 @@ static PyTypeObject Rftype = {
/*----------------------------------------------------------------------*/ /*----------------------------------------------------------------------*/
/* Miscellaneous File System Operations */ /* 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 * static PyObject *
MacOS_GetCreatorAndType(PyObject *self, PyObject *args) MacOS_GetCreatorAndType(PyObject *self, PyObject *args)
...@@ -326,7 +326,7 @@ MacOS_GetCreatorAndType(PyObject *self, PyObject *args) ...@@ -326,7 +326,7 @@ MacOS_GetCreatorAndType(PyObject *self, PyObject *args)
return res; 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 * static PyObject *
MacOS_SetCreatorAndType(PyObject *self, PyObject *args) MacOS_SetCreatorAndType(PyObject *self, PyObject *args)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment