pl1.1.1; added newgetargs renaming

This commit is contained in:
Guido van Rossum 1994-11-10 22:29:04 +00:00
parent a558e37eb4
commit f483846386
2 changed files with 2 additions and 1 deletions

View File

@ -1 +1 @@
#define PATCHLEVEL "1.1"
#define PATCHLEVEL "1.1.1"

View File

@ -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