[Python-checkins] r74572 - python/branches/release26-maint

lars.gustaebel python-checkins at python.org
Fri Aug 28 21:28:40 CEST 2009


Author: lars.gustaebel
Date: Fri Aug 28 21:28:39 2009
New Revision: 74572

Log:
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.
........


Modified:
   python/branches/release26-maint/   (props changed)


More information about the Python-checkins mailing list