From 45510aee8f0ef2ba624e602dc05bc65a24f79632 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Mon, 5 May 1997 21:53:03 +0000 Subject: [PATCH] Fix old typo PyArgs_VaParse -> PyArg_VaParse. --- Misc/RENAME | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/RENAME b/Misc/RENAME index f9b0fd3597..92e3aa50b7 100644 --- a/Misc/RENAME +++ b/Misc/RENAME @@ -347,7 +347,7 @@ setmember PyMember_Set mkvalue Py_BuildValue vmkvalue Py_VaBuildValue getargs PyArg_Parse -vgetargs PyArgs_VaParse +vgetargs PyArg_VaParse newgetargs PyArg_ParseTuple getichararg PyArg_GetChar getidoublearray PyArg_GetDoubleArray -- 2.50.1