]> granicus.if.org Git - python/commitdiff
Undocument deprecated module global "template".
authorGeorg Brandl <georg@python.org>
Mon, 4 Aug 2008 07:24:52 +0000 (07:24 +0000)
committerGeorg Brandl <georg@python.org>
Mon, 4 Aug 2008 07:24:52 +0000 (07:24 +0000)
Doc/library/tempfile.rst

index 69b05ce6cfdc8658bf9b6a32d6acd084f91614c2..11ae9f2ff5b92f63659de8a53a7a196e24ed82fa 100644 (file)
@@ -207,21 +207,8 @@ the appropriate function arguments, instead.
    the search described above is performed, and the result returned.
 
 
-.. data:: template
-
-   .. deprecated:: 2.0
-      Use :func:`gettempprefix` 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`.
-
-
 .. function:: gettempprefix()
 
    Return the filename prefix used to create temporary files.  This does not
-   contain the directory component.  Using this function is preferred over reading
-   the *template* variable directly.
+   contain the directory component.