[New-bugs-announce] [issue7232] Support of 'with' statement fo TarFile class
Jaime Buelta
report at bugs.python.org
Thu Oct 29 08:29:40 CET 2009
New submission from Jaime Buelta <jaime.buelta at gmail.com>:
Currently, the TarFile is not supporting the 'with' statement, which I
think it should for coherence with other file classes.
I've already created a patch including it for consideration.
----------
components: Library (Lib)
files: tarfileWithSupport.patch
keywords: patch
messages: 94645
nosy: jaime.buelta
severity: normal
status: open
title: Support of 'with' statement fo TarFile class
type: feature request
versions: Python 2.7
Added file: http://bugs.python.org/file15220/tarfileWithSupport.patch
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7232>
_______________________________________
More information about the New-bugs-announce
mailing list