]> granicus.if.org Git - python/commit
Added test_posix (hopefully it works on Windows).
authorNeal Norwitz <nnorwitz@gmail.com>
Mon, 17 Feb 2003 18:17:05 +0000 (18:17 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Mon, 17 Feb 2003 18:17:05 +0000 (18:17 +0000)
commite241ce830ab49be5af21b5cc08660866efc48f2e
treedb28e15e3ba526caf2472b77cafd5a5cb735d460
parent5c1ba53f8ca219a22d964324abb76a055ad19feb
Added test_posix (hopefully it works on Windows).
Remove PyArg_ParseTuple() for methods which take no args,
use METH_NOARGS instead
Lib/test/test_posix.py [new file with mode: 0644]
Modules/posixmodule.c