diff options
author | Lars Gustäbel <lars@gustaebel.de> | 2010-10-04 15:37:53 (GMT) |
---|---|---|
committer | Lars Gustäbel <lars@gustaebel.de> | 2010-10-04 15:37:53 (GMT) |
commit | 6aab8d09b1d747d61945d3197335a99bd927b376 (patch) | |
tree | d66b80d9c7d5b07f3a0a26299f325951b9b1ea38 /Lib/test/test_audioop.py | |
parent | aa5f49e4c132c217ffacb85261443408c3a524df (diff) | |
download | cpython-6aab8d09b1d747d61945d3197335a99bd927b376.zip cpython-6aab8d09b1d747d61945d3197335a99bd927b376.tar.gz cpython-6aab8d09b1d747d61945d3197335a99bd927b376.tar.bz2 |
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.
........
Diffstat (limited to 'Lib/test/test_audioop.py')
0 files changed, 0 insertions, 0 deletions