]> granicus.if.org Git - python/commit
Issue #6054: Do not normalize stored pathnames.
authorLars Gustäbel <lars@gustaebel.de>
Fri, 28 Aug 2009 19:23:44 +0000 (19:23 +0000)
committerLars Gustäbel <lars@gustaebel.de>
Fri, 28 Aug 2009 19:23:44 +0000 (19:23 +0000)
commitf7cda5287de0e33963c9fa09e2143bd2d169bd69
treeecadebeefdae283c50f4753c326fdcf8534444fa
parentcc54622651fe95c0bcb163262885a41cfdbbc615
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.
Lib/tarfile.py
Lib/test/test_tarfile.py
Misc/NEWS