]> granicus.if.org Git - python/commit
Merged revisions 85211 via svnmerge from
authorLars Gustäbel <lars@gustaebel.de>
Mon, 4 Oct 2010 15:31:05 +0000 (15:31 +0000)
committerLars Gustäbel <lars@gustaebel.de>
Mon, 4 Oct 2010 15:31:05 +0000 (15:31 +0000)
commit2fdbfc507e0a2e2b92415bf5a25090a6839ae799
treefce70ee0109705d294f79c069af30d2beabed1eb
parent3cc7d7ae89d4ff2c719c8e4b4d4046cbbf4a23f2
Merged revisions 85211 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r85211 | lars.gustaebel | 2010-10-04 17:18:47 +0200 (Mon, 04 Oct 2010) | 14 lines

  Issue #9065: no longer use "root" as the default for the
  uname and gname field.

  If tarfile creates a new archive and adds a file with a
  uid/gid that doesn't have a corresponding name on the
  system (e.g. because the user/group account was deleted) it
  uses the empty string in the uname/gname field now instead
  of "root". Using "root" as the default was a bad idea
  because on extraction the uname/gname fields are supposed
  to override the uid/gid fields. So, all archive members
  with nameless uids/gids belonged to the root user after
  extraction.
........
Lib/tarfile.py
Misc/NEWS