diff options
author | Guido van Rossum <guido@python.org> | 1994-11-10 22:29:04 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1994-11-10 22:29:04 (GMT) |
commit | f4838463868cfd88b9ea0ffba6ae279e80f702f2 (patch) | |
tree | ea344a48bdf5b93b4e4ddccb3eecb8fa12978f19 /Include | |
parent | a558e37eb4a17540cc6277c4cd571e88d6e60b9d (diff) | |
download | cpython-f4838463868cfd88b9ea0ffba6ae279e80f702f2.zip cpython-f4838463868cfd88b9ea0ffba6ae279e80f702f2.tar.gz cpython-f4838463868cfd88b9ea0ffba6ae279e80f702f2.tar.bz2 |
pl1.1.1; added newgetargs renaming
Diffstat (limited to 'Include')
-rw-r--r-- | Include/patchlevel.h | 2 | ||||
-rwxr-xr-x | Include/rename1.h | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 372a02c..4e41cd3 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 5d258f3..4f2bef7 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 |