]> granicus.if.org Git - python/commit
Merged revisions 81667 via svnmerge from
authorLars Gustäbel <lars@gustaebel.de>
Thu, 3 Jun 2010 12:45:16 +0000 (12:45 +0000)
committerLars Gustäbel <lars@gustaebel.de>
Thu, 3 Jun 2010 12:45:16 +0000 (12:45 +0000)
commit1b51272b1b2565c60116119e1d4ac92602f66954
tree6885d1e7c15ae4a1e18239622fc8a1baa11ed327
parent2470ff19e620e96a39c58a2827646205024db800
Merged revisions 81667 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  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.
........
Lib/tarfile.py
Lib/test/test_tarfile.py
Lib/test/testtar.tar