From: Lars Gustäbel Date: Fri, 28 Aug 2009 19:28:39 +0000 (+0000) Subject: Blocked revisions 74571 via svnmerge X-Git-Tag: v2.6.3rc1~96 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4bd4e235bd6ae11a2e411fa9f91e1bfeb48aa4b0;p=python Blocked revisions 74571 via svnmerge ........ r74571 | lars.gustaebel | 2009-08-28 21:23:44 +0200 (Fri, 28 Aug 2009) | 7 lines 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. ........ ---