From: Lars Gustäbel Date: Thu, 3 Jun 2010 12:38:15 +0000 (+0000) Subject: Blocked revisions 81667 via svnmerge X-Git-Tag: v2.6.6rc1~219 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3c102f30fc6b0782215783545780dbb1286a0ed9;p=python Blocked revisions 81667 via svnmerge ........ r81667 | lars.gustaebel | 2010-06-03 14:34:14 +0200 (Thu, 03 Jun 2010) | 8 lines Issue #8741: Fixed the TarFile.makelink() method that is responsible for extracting symbolic and hard link entries as regular files as a work-around on platforms that do not support filesystem links. This stopped working reliably after a change in r74571. I also added a few tests for this functionality. ........ ---