Issue 4232: tempfile.gettempdir() availability not documented (original) (raw)

Issue4232

Created on 2008-10-29 20:23 by nnnnnn, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg75327 - (view) Author: (nnnnnn) * Date: 2008-10-29 20:23
The documentation for tempfile.gettempdir() at http://docs.python.org/library/tempfile.html#module-tempfile does not mention in which version the function was added. Based on browsing older docs, looks like "New in version 2.3." should be added to its docs.
msg75329 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2008-10-29 20:33
Fixed in r67041.
History
Date User Action Args
2022-04-11 14:56:40 admin set github: 48482
2008-10-29 20:33:25 benjamin.peterson set status: open -> closednosy: + benjamin.petersonresolution: fixedmessages: +
2008-10-29 20:23:40 nnnnnn create