[issue25064] Adjust tempfile documentation for bytes filename support

2015-11-06 Thread Martin Panter
Changes by Martin Panter : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue25064] Adjust tempfile documentation for bytes filename support

2015-11-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset de79e483565c by Martin Panter in branch '3.5': Issue #25064: Adjust documentation according to new mkstemp signature https://hg.python.org/cpython/rev/de79e483565c New changeset c495c9dd7726 by Martin Panter in branch 'default': Issue #25064: Merge

[issue25064] Adjust tempfile documentation for bytes filename support

2015-09-10 Thread Martin Panter
New submission from Martin Panter: This is a followup to Issue 24230, which added support for bytes filenames to “tempfile” module. Currently I think the documentation is misleading, for example it suggests the default values are prefix="tmp" and suffix="", when they are actually None to avoid