]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
mention the version gettempdir() was added
authorBenjamin Peterson <benjamin@python.org>
Wed, 29 Oct 2008 20:33:00 +0000 (20:33 +0000)
committerBenjamin Peterson <benjamin@python.org>
Wed, 29 Oct 2008 20:33:00 +0000 (20:33 +0000)
Doc/library/tempfile.rst

index 6e449652719e74a9d9845d44e6b899277dc78b5d..9db66a3f7c5f8ff76e21522339a8702a8365f0ed 100644 (file)
@@ -224,6 +224,8 @@ the appropriate function arguments, instead.
    :data:`tempdir` is not ``None``, this simply returns its contents; otherwise,
    the search described above is performed, and the result returned.
 
+   .. versionadded:: 2.3
+
 
 .. data:: template