]> granicus.if.org Git - python/commit
Anonymous SF bug report #128053 point out that the #ifdef for
authorGuido van Rossum <guido@python.org>
Mon, 8 Jan 2001 17:51:55 +0000 (17:51 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 8 Jan 2001 17:51:55 +0000 (17:51 +0000)
commite2ad63305117aec5b8f44d0894e2459a06326131
treeb4f739b9e0fb7e4a2c57627887e75afc474db0c8
parent45b1d6a8314db3ba41e3d954efa5b9a352e3eec9
Anonymous SF bug report #128053 point out that the #ifdef for
including "tmpfile" in the posix_methods[] array is wrong -- should be
HAVE_TMPFILE, not HAVE_TMPNAM.
Modules/posixmodule.c