commit | b06b4c342f8d62ad1fe1784d15854c41523710b5 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Wed Oct 29 20:33:00 2008 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Wed Oct 29 20:33:00 2008 +0000 |
tree | efb488be24592c34640f4ef93a5af2236363f763 | |
parent | 581eb1e498d52b3bbfc8576dbd34a082756c6acc [diff] |
mention the version gettempdir() was added
diff --git a/Doc/library/tempfile.rst b/Doc/library/tempfile.rst index 6e44965..9db66a3 100644 --- a/Doc/library/tempfile.rst +++ b/Doc/library/tempfile.rst
@@ -224,6 +224,8 @@ :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