]> granicus.if.org Git - python/commitdiff
Template is always "tmp".
authorGeorg Brandl <georg@python.org>
Mon, 4 Aug 2008 07:23:29 +0000 (07:23 +0000)
committerGeorg Brandl <georg@python.org>
Mon, 4 Aug 2008 07:23:29 +0000 (07:23 +0000)
Doc/library/tempfile.rst

index 5918081143b8801e60c1e91e417468d5a08d828c..6e449652719e74a9d9845d44e6b899277dc78b5d 100644 (file)
@@ -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