Commit 40df8ecd authored by Georg Brandl's avatar Georg Brandl

Template is always "tmp".

parent 143de623
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment