]> granicus.if.org Git - python/commit
SF bug 563750 (Alex Martelli): posix_tmpfile():
authorGuido van Rossum <guido@python.org>
Mon, 10 Jun 2002 19:23:22 +0000 (19:23 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 10 Jun 2002 19:23:22 +0000 (19:23 +0000)
commitdb9198a8b59377e9407811e571be8baca74d2475
treee35c4b0e6f32ebdfcc805b4559bc25e0ae782986
parent7f147a772df2f03784d35ac7ef675cf2f2fd485d
SF bug 563750 (Alex Martelli): posix_tmpfile():

The file returned by tmpfile() has mode w+b, so use that in the call
to PyFile_FromFile().

Bugfix candidate.
Doc/lib/libos.tex
Modules/posixmodule.c