diff options
author | Benjamin Peterson <benjamin@python.org> | 2008-10-29 20:33:00 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2008-10-29 20:33:00 (GMT) |
commit | b06b4c342f8d62ad1fe1784d15854c41523710b5 (patch) | |
tree | efb488be24592c34640f4ef93a5af2236363f763 /Doc/library | |
parent | 581eb1e498d52b3bbfc8576dbd34a082756c6acc (diff) | |
download | cpython-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.rst | 2 |
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 |