--- ORIG--tarfile.rst 2009-04-23 11:52:33.029069000 +0100 +++ tarfile.rst 2009-04-23 13:13:46.038277000 +0100 @@ -384,8 +384,9 @@ .. note:: - The file-like object is read-only and provides the following methods: - :meth:`read`, :meth:`readline`, :meth:`readlines`, :meth:`seek`, :meth:`tell`. + The file-like object is read-only. It provides the methods + :meth:`read`, :meth:`readline`, :meth:`readlines`, :meth:`seek`, :meth:`tell`, + and :meth:`close`, and also supports iteration over its lines. .. method:: TarFile.add(name, arcname=None, recursive=True, exclude=None)