From 40df8ecdd5203614aab2d1e37ff1b7268a9accb2 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Mon, 4 Aug 2008 07:23:29 +0000 Subject: Template is always "tmp". --- Doc/library/tempfile.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Doc/library/tempfile.rst b/Doc/library/tempfile.rst index 5918081..6e44965 100644 --- a/Doc/library/tempfile.rst +++ b/Doc/library/tempfile.rst @@ -233,8 +233,7 @@ the appropriate function arguments, instead. When set to a value other than ``None``, this variable defines the prefix of the final component of the filenames returned by :func:`mktemp`. A string of six random letters and digits is appended to the prefix to make the filename unique. - On Windows, the default prefix is :file:`~T`; on all other systems it is - :file:`tmp`. + The default prefix is :file:`tmp`. Older versions of this module used to require that ``template`` be set to ``None`` after a call to :func:`os.fork`; this has not been necessary since -- cgit v0.12