[New-bugs-announce] [issue5825] Patch to add "remove" method to tempfile.NamedTemporaryFile

Miki Tebeka report at bugs.python.org
Fri Apr 24 02:16:01 CEST 2009


New submission from Miki Tebeka <miki.tebeka at gmail.com>:

Adding "remove" method to NamedTemporaryFile will reduce the need to
import os.unlink when creating a NamedTemporaryFile with delete=False.

----------
components: Library (Lib)
files: tempfile.diff
keywords: patch
messages: 86387
nosy: tebeka
severity: normal
status: open
title: Patch to add "remove" method to tempfile.NamedTemporaryFile
type: feature request
versions: Python 2.7
Added file: http://bugs.python.org/file13752/tempfile.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5825>
_______________________________________


More information about the New-bugs-announce mailing list