]> granicus.if.org Git - python/commit
Blocked revisions 74571 via svnmerge
authorLars Gustäbel <lars@gustaebel.de>
Fri, 28 Aug 2009 19:28:39 +0000 (19:28 +0000)
committerLars Gustäbel <lars@gustaebel.de>
Fri, 28 Aug 2009 19:28:39 +0000 (19:28 +0000)
commit4bd4e235bd6ae11a2e411fa9f91e1bfeb48aa4b0
treea29866c197970f35554c8e4ffda5415ad49c53bc
parent7f265b7fac81de000fe57a7e6ab6ad5a141c1342
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.
........