[Python-checkins] r67041 - python/trunk/Doc/library/tempfile.rst

benjamin.peterson python-checkins at python.org
Wed Oct 29 21:33:01 CET 2008


Author: benjamin.peterson
Date: Wed Oct 29 21:33:00 2008
New Revision: 67041

Log:
mention the version gettempdir() was added

Modified:
   python/trunk/Doc/library/tempfile.rst

Modified: python/trunk/Doc/library/tempfile.rst
==============================================================================
--- python/trunk/Doc/library/tempfile.rst	(original)
+++ python/trunk/Doc/library/tempfile.rst	Wed Oct 29 21:33:00 2008
@@ -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
 


More information about the Python-checkins mailing list