]> granicus.if.org Git - python/commit
ANSI-fication, remove Py_PROTO, etc.
authorFred Drake <fdrake@acm.org>
Mon, 3 Jul 2000 18:11:56 +0000 (18:11 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 3 Jul 2000 18:11:56 +0000 (18:11 +0000)
commit40c48685a2b16dc7fdccd82fe1d927e52ed5e3db
treeaec6db84f6d7c28ab3dc3b4f5994d79ee4df65f3
parent22269b5976d59c1a6ef2ecf9beb4480ab03db323
ANSI-fication, remove Py_PROTO, etc.
Revise math_1(), math_2(), stub-generating macros, and function tables to
use PyArg_ParseTuple() and properly provide the function name for error
message generation.
Fix pow() docstring for MPW 3.1; had said "power" instead of "pow".
Modules/mathmodule.c