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

2010-07-02 Thread Troy Potts
Troy Potts added the comment: My patch had some bugs, I'll need to do some more testing. Sorry about that. -- ___ Python tracker <http://bugs.python.org/i

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

2010-07-02 Thread Troy Potts
Changes by Troy Potts : Removed file: http://bugs.python.org/file17847/zipfile_remove.patch ___ Python tracker <http://bugs.python.org/issue6818> ___ ___ Python-bug

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

2010-07-02 Thread Troy Potts
Troy Potts added the comment: I have attempted to implement a ZipFile.remove function. It seems to work fine. I have submitted a patch. The method of implementation is: find the file's index in the file list, then sum the lengths of the file entries before it to find its location i