commit | 88fdaa7c9e3838b0de0051127d52b08a80056fec | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Fri Jul 20 20:56:11 2001 +0000 |
committer | Fred Drake <fdrake@acm.org> | Fri Jul 20 20:56:11 2001 +0000 |
tree | 6eef1d85b86142f5a87324c98b15c5c615e1585c | |
parent | 6d988559a38791333884f80aff9224826a70e3ee [diff] |
Typo: PyArgs_ParseTuple --> PyArg_ParseTuple Moved the PyArg_Parse*(), Py_BuildValue() functions to the Utilities chapter, added a minimal description and reference to the Extending manual for Py_BuildValue().