commit | f7cda5287de0e33963c9fa09e2143bd2d169bd69 | [log] [tgz] |
---|---|---|
author | Lars Gustäbel <lars@gustaebel.de> | Fri Aug 28 19:23:44 2009 +0000 |
committer | Lars Gustäbel <lars@gustaebel.de> | Fri Aug 28 19:23:44 2009 +0000 |
tree | ecadebeefdae283c50f4753c326fdcf8534444fa | |
parent | cc54622651fe95c0bcb163262885a41cfdbbc615 [diff] |
Issue #6054: Do not normalize stored pathnames. No longer use tarfile.normpath() on pathnames. Store pathnames unchanged, i.e. do not remove "./", "../" and "//" occurrences. However, still convert absolute to relative paths.