From: Guido van Rossum Date: Thu, 10 Nov 1994 22:29:04 +0000 (+0000) Subject: pl1.1.1; added newgetargs renaming X-Git-Tag: v1.1.1~16 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f4838463868cfd88b9ea0ffba6ae279e80f702f2;p=thirdparty%2FPython%2Fcpython.git pl1.1.1; added newgetargs renaming --- diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 372a02c48634..4e41cd33a81e 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -1 +1 @@ -#define PATCHLEVEL "1.1" +#define PATCHLEVEL "1.1.1" diff --git a/Include/rename1.h b/Include/rename1.h index 5d258f303c9e..4f2bef7decd7 100755 --- a/Include/rename1.h +++ b/Include/rename1.h @@ -321,6 +321,7 @@ typedef struct methodlist PyMethodDef; #define Py_BuildValue mkvalue #define Py_VaBuildValue vmkvalue #define PyArg_Parse getargs +#define PyArg_ParseTuple newgetargs #define PyArg_NoArgs(v) getargs(v, "") #define PyArg_GetChar getichararg #define PyArg_GetDoubleArray getidoublearray