From: Benjamin Peterson Date: Wed, 29 Oct 2008 20:33:00 +0000 (+0000) Subject: mention the version gettempdir() was added X-Git-Tag: v2.7a1~2699 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b06b4c342f8d62ad1fe1784d15854c41523710b5;p=thirdparty%2FPython%2Fcpython.git mention the version gettempdir() was added --- diff --git a/Doc/library/tempfile.rst b/Doc/library/tempfile.rst index 6e449652719e..9db66a3f7c5f 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