(original) (raw)

diff -r 0cfc80d49aa4 Lib/tempfile.py --- a/Lib/tempfile.py Wed Nov 06 01:48:45 2013 +0100 +++ b/Lib/tempfile.py Tue Nov 05 21:17:25 2013 -0600 @@ -411,6 +411,8 @@ Returns an object with a file-like interface; the name of the file is accessible as file.name. The file will be automatically deleted when it is closed unless the 'delete' argument is set to False. + The file name will begin with *prefix* and end with *suffix*. There + is no automatic addition of a period ('.') before the suffix. """ if dir is None: