]> granicus.if.org Git - python/commit
Issue #25064: Adjust documentation according to new mkstemp signature
authorMartin Panter <vadmium+py@gmail.com>
Sat, 7 Nov 2015 00:32:50 +0000 (00:32 +0000)
committerMartin Panter <vadmium+py@gmail.com>
Sat, 7 Nov 2015 00:32:50 +0000 (00:32 +0000)
commit9b566c324d2eb3ddbf00d5d7a78bea63cde4d15f
treef8a9a51d1b3242869926a83ee777a0d749f1e043
parent97f46db904e9887014ff3f00ddaf0813d2c05973
Issue #25064: Adjust documentation according to new mkstemp signature

The mkstemp() and mkdtemp() signatures have already been updated, but the
higher-level functions still suggest that the default values are forced to
text strings. Also merged some paragraphs describing the "suffix" and
"prefix" parameters, and pointed out that mktemp() does not support the new
changes.
Doc/library/tempfile.rst
Lib/tempfile.py