os.tempnam() warning

Gerhard Häring gerhard.haering at opus-gmbh.net
Tue Sep 10 10:05:14 EDT 2002


Rajarshi Guha wrote:
> The C library advises against using tempnam() and suggests using
> mkstemp().  Is there any Python equivilant?

tempfile.mktemp()

-- Gerhard



More information about the Python-list mailing list