]> granicus.if.org Git - python/commit
Issue #9065: no longer use "root" as the default for the
authorLars Gustäbel <lars@gustaebel.de>
Mon, 4 Oct 2010 15:18:47 +0000 (15:18 +0000)
committerLars Gustäbel <lars@gustaebel.de>
Mon, 4 Oct 2010 15:18:47 +0000 (15:18 +0000)
commit331b8002f029568dc4bca18bd320200bcb59ca47
tree66d7a60ec7c0c7ed28d5567dd92236a80f6291d1
parentf580adee279d0c7952b5d85cf5ca6497260d2635
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