diff options
| author | Guido van Rossum <guido@python.org> | 1997-05-05 21:53:03 +0000 |
|---|---|---|
| committer | Guido van Rossum <guido@python.org> | 1997-05-05 21:53:03 +0000 |
| commit | 45510aee8f0ef2ba624e602dc05bc65a24f79632 (patch) | |
| tree | 5ae268a4182e2c4eccbdab426941dc5e4b799b11 | |
| parent | 7688bbad61a7614420e9e4d6cf99b484c8156c4b (diff) | |
| download | cpython-git-45510aee8f0ef2ba624e602dc05bc65a24f79632.tar.gz | |
Fix old typo PyArgs_VaParse -> PyArg_VaParse.
| -rw-r--r-- | Misc/RENAME | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
