[issue2717] tempfile.mkstempf

Skip Montanaro report at bugs.python.org
Tue Apr 29 04:11:28 CEST 2008


New submission from Skip Montanaro <skip at pobox.com>:

On python-dev Guido lamented the fact that tempfile.mkstemp()
returns a file descriptor instead of a file object.  This
patch adds tempfile.mkstempf to remedy that.

----------
components: Library (Lib)
files: mkstempf.diff
keywords: easy, patch, patch
messages: 65951
nosy: skip.montanaro
priority: normal
severity: normal
status: open
title: tempfile.mkstempf
versions: Python 2.6
Added file: http://bugs.python.org/file10136/mkstempf.diff

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2717>
__________________________________


More information about the Python-bugs-list mailing list