[Python-Dev] Suggested doc patch for tarfile (original) (raw)

Aahz aahz at pythoncraft.com
Thu Apr 23 14:57:37 CEST 2009


On Thu, Apr 23, 2009, Ben North wrote:

The current documentation for tarfile.TarFile.extractfile() does not mention that the returned 'file-like object' supports close() and also iteration. The attached patch (against svn trunk) fixes this.

Please post the patch to bugs.python.org

Aahz (aahz at pythoncraft.com) <*> http://www.pythoncraft.com/

"If you think it's expensive to hire a professional to do the job, wait until you hire an amateur." --Red Adair



More information about the Python-Dev mailing list