[Patches] [ python-Patches-1107973 ] tarfile.ExFileObject iterators

SourceForge.net noreply at sourceforge.net
Sun Jan 23 22:58:16 CET 2005


Patches item #1107973, was opened at 2005-01-23 14:58
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1107973&group_id=5470

Category: Library (Lib)
Group: Python 2.5
Status: Open
Resolution: None
Priority: 5
Submitted By: Mitch Chapman (mitchchapman)
Assigned to: Nobody/Anonymous (nobody)
Summary: tarfile.ExFileObject iterators

Initial Comment:
Since Python 2.2 it has been possible to iterate over the lines of a 
file object (PEP 234).  This patch provides line-by-line iterators for 
TarFile.extractfile.

The attachment contains forward diffs for both Lib/tarfile.py and 
Lib/test/test_tarfile.py.



----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1107973&group_id=5470


More information about the Patches mailing list