]> granicus.if.org Git - python/commit
Added support for abort(), ctermid(), tmpfile(), tempnam(), tmpnam(),
authorFred Drake <fdrake@acm.org>
Thu, 9 Dec 1999 21:13:07 +0000 (21:13 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 9 Dec 1999 21:13:07 +0000 (21:13 +0000)
commit5ab8eaf0bb97055aa41f96cd577f3e8e67c9c8bc
tree0efa0bae53b9d4f7f3669454990a780fd38886b9
parent229c0868fe76eb83a74fdd6547cc119f1ff24eed
Added support for abort(), ctermid(), tmpfile(), tempnam(), tmpnam(),
and TMP_MAX.

Converted all functions that used PyArg_Parse() or PyArg_NoArgs() to
use PyArg_ParseTuple() and specified all function names using the
:name syntax in the format strings, to allow better error messages
when TypeError is raised for parameter type mismatches.
Modules/posixmodule.c