From b06b4c342f8d62ad1fe1784d15854c41523710b5 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Wed, 29 Oct 2008 20:33:00 +0000 Subject: [PATCH] mention the version gettempdir() was added --- Doc/library/tempfile.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Doc/library/tempfile.rst b/Doc/library/tempfile.rst index 6e449652719..9db66a3f7c5 100644 --- a/Doc/library/tempfile.rst +++ b/Doc/library/tempfile.rst @@ -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