
report at bugs
Oct 29, 2009, 12:29 AM
Post #1 of 4
(88 views)
Permalink
|
|
[issue7232] Support of 'with' statement fo TarFile class
|
|
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> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
|