]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
pl1.1.1; added newgetargs renaming
authorGuido van Rossum <guido@python.org>
Thu, 10 Nov 1994 22:29:04 +0000 (22:29 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 10 Nov 1994 22:29:04 +0000 (22:29 +0000)
Include/patchlevel.h
Include/rename1.h

index 372a02c486342007a012c9ab91508bfb4f35525b..4e41cd33a81e4c5e3ab813ea64f0565bdb7dd6bd 100644 (file)
@@ -1 +1 @@
-#define PATCHLEVEL "1.1"
+#define PATCHLEVEL "1.1.1"
index 5d258f303c9e2101ff2df1de9d9cc1f5560461d7..4f2bef7decd7ebc18accc0a45fa7341a05ef4417 100755 (executable)
@@ -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