summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2008-10-29 20:33:00 (GMT)
committerBenjamin Peterson <benjamin@python.org>2008-10-29 20:33:00 (GMT)
commitb06b4c342f8d62ad1fe1784d15854c41523710b5 (patch)
treeefb488be24592c34640f4ef93a5af2236363f763 /Doc/library
parent581eb1e498d52b3bbfc8576dbd34a082756c6acc (diff)
downloadcpython-b06b4c342f8d62ad1fe1784d15854c41523710b5.zip
cpython-b06b4c342f8d62ad1fe1784d15854c41523710b5.tar.gz
cpython-b06b4c342f8d62ad1fe1784d15854c41523710b5.tar.bz2
mention the version gettempdir() was added
Diffstat (limited to 'Doc/library')
-rw-r--r--Doc/library/tempfile.rst2
1 files changed, 2 insertions, 0 deletions
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 @@ 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