[issue23193] Please support "numeric_owner" in tarfile

Eric V. Smith report at bugs.python.org
Mon Apr 13 18:22:04 CEST 2015


Eric V. Smith added the comment:

Note that this change will break code that subclasses TarFile and overrides chown(), as suggested in msg233915. I'm not too concerned about that, since chown() is not documented. Ideally it would be renamed to _chown(), but that's probably a separate issue.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23193>
_______________________________________


More information about the Python-bugs-list mailing list