This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Benjamin.Root
Recipients Benjamin.Root, eric.araujo, lars.gustaebel, magcius
Date 2013-10-14.17:48:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1381772883.2.0.219788374105.issue10292@psf.upfronthosting.co.za>
In-reply-to
Content
To clarify, the bug is resolved in py2.7 -- for the most part. I think I have come upon an edge-case where if the archived symbolic link refers to a file not contained in a subdirectory, say: "foo.txt -> foobar.txt", extracting "foo.txt" would result in an exception: 'KeyError: "linkname '/foobar.txt' not found"'.
History
Date User Action Args
2013-10-14 17:48:03Benjamin.Rootsetrecipients: + Benjamin.Root, lars.gustaebel, eric.araujo, magcius
2013-10-14 17:48:03Benjamin.Rootsetmessageid: <1381772883.2.0.219788374105.issue10292@psf.upfronthosting.co.za>
2013-10-14 17:48:03Benjamin.Rootlinkissue10292 messages
2013-10-14 17:48:03Benjamin.Rootcreate