[issue4232] tempfile.gettempdir() availability not documented

2008-10-29 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: Fixed in r67041. -- nosy: +benjamin.peterson resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> __

[issue4232] tempfile.gettempdir() availability not documented

2008-10-29 Thread Ville Skyttä
New submission from Ville Skyttä <[EMAIL PROTECTED]>: 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 add