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