[issue9065] tarfile: default root:root ownership is incorrect.

2010-10-04 Thread Lars Gustäbel
Lars Gustäbel added the comment: Fixed in r85211 (py3k), r85212 (release31-maint), r85213 (release27-maint). Thank you for the report. -- resolution: -> accepted stage: -> committed/rejected status: open -> closed type: -> behavior ___ Python tra

[issue9065] tarfile: default root:root ownership is incorrect.

2010-08-04 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- versions: +Python 3.1, Python 3.2 -Python 2.5, Python 2.6 ___ Python tracker ___ ___ Python-bugs-list ma

[issue9065] tarfile: default root:root ownership is incorrect.

2010-06-24 Thread Lars Gustäbel
Changes by Lars Gustäbel : -- assignee: -> lars.gustaebel nosy: +lars.gustaebel ___ Python tracker ___ ___ Python-bugs-list mailing li

[issue9065] tarfile: default root:root ownership is incorrect.

2010-06-23 Thread Justin Bronder
Changes by Justin Bronder : -- components: +Library (Lib) versions: +Python 2.6 ___ Python tracker ___ ___ Python-bugs-list mailing lis

[issue9065] tarfile: default root:root ownership is incorrect.

2010-06-23 Thread Justin Bronder
New submission from Justin Bronder : According to the tar spec [1], uname/gname should only be filled when they have successfully been resolved from the uid/gid. The tarfile module incorrectly defaults to root:root in this case. A patch against svn trunk r82183 is included. All tarfile unit te