[Patches] [ python-Patches-1338314 ] tarfile.py: fix for bug #1336623

SourceForge.net noreply at sourceforge.net
Wed Oct 26 12:21:59 CEST 2005


Patches item #1338314, was opened at 2005-10-26 12:21
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=1338314&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Library (Lib)
Group: Python 2.4
Status: Open
Resolution: None
Priority: 5
Submitted By: Lars Gustäbel (gustaebel)
Assigned to: Nobody/Anonymous (nobody)
Summary: tarfile.py: fix for bug #1336623

Initial Comment:
Old tar programs do not produce DIRTYPE members, they
represent directories as REGTYPE members with a
trailing slash. A workaround for these "buggy" archives
is in tarfile.py since 2002, but got lost at some point
in time. The attached patch revives this workaround and
provides a regression test.

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

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


More information about the Patches mailing list