From: Guido van Rossum Date: Mon, 5 May 1997 21:53:03 +0000 (+0000) Subject: Fix old typo PyArgs_VaParse -> PyArg_VaParse. X-Git-Tag: v1.5a1~69 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=45510aee8f0ef2ba624e602dc05bc65a24f79632;p=python Fix old typo PyArgs_VaParse -> PyArg_VaParse. --- 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