[issue15858] tarfile missing entries due to omitted uid/gid fields

A.M. Kuchling report at bugs.python.org
Mon Nov 11 20:10:36 CET 2013


A.M. Kuchling added the comment:

Here's the changes from patch.py, put into patch format.  I took out the inlining for ntb() and support for different tarfile APIs, and also replaced the use of .split(,1)[0] by .partition().

----------
nosy: +akuchling
Added file: http://bugs.python.org/file32576/tarfile-patch.txt

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


More information about the Python-bugs-list mailing list