[issue6818] remove/delete method for zipfile/tarfile objects

Martin v. Löwis report at bugs.python.org
Mon Oct 26 08:58:58 CET 2009


Martin v. Löwis <martin at v.loewis.de> added the comment:

> I done it In a very *violent* way.
> Is it ok for you thought?

In the form in which you have done it, it is clearly
unacceptable for inclusion in the library: we don't
want to add two modules "delete" and "classtools".

In addition, notice that code is for tarfile, whereas
the OP was asking for a similar feature for zipfile.

> if so, would anybody please fix it into the lib?

This is not how this works. If you want us to take
action, please submit a complete and correct patch.

----------

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


More information about the Python-bugs-list mailing list