[issue26937] the chown() method of the tarfile.TarFile class fails on Android

2017-03-31 Thread Donald Stufft
Changes by Donald Stufft : -- pull_requests: +874 ___ Python tracker ___ ___

[issue26937] the chown() method of the tarfile.TarFile class fails on Android

2016-12-09 Thread Xavier de Gaye
Changes by Xavier de Gaye : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue26937] the chown() method of the tarfile.TarFile class fails on Android

2016-12-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset e4e7bc640865 by Xavier de Gaye in branch '3.6': Issue #26937: The chown() method of the tarfile.TarFile class does not fail now https://hg.python.org/cpython/rev/e4e7bc640865 New changeset da510d1aa683 by Xavier de Gaye in branch 'default': Issue

[issue26937] the chown() method of the tarfile.TarFile class fails on Android

2016-10-30 Thread Xavier de Gaye
Xavier de Gaye added the comment: The chown() method of the tarfile.TarFile class does not attempt to do a chown when pwd is None, even when numeric_owner is True, and although an attempt is made to fall back to tarinfo.gid when getgrnam() fails, or to tarinfo.uid when getgrnam() fails,