New submission from Skip Montanaro <[EMAIL PROTECTED]>: 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 <[EMAIL PROTECTED]> <http://bugs.python.org/issue2717> __________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com