]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue 23193: Add numeric_owner to tarfile.TarFile.extract() and tarfile.TarFile.extra...
authorEric V. Smith <eric@trueblade.com>
Wed, 15 Apr 2015 14:27:58 +0000 (10:27 -0400)
committerEric V. Smith <eric@trueblade.com>
Wed, 15 Apr 2015 14:27:58 +0000 (10:27 -0400)
commit7a80389ce5b2687137884e423d3bda27ff5d3acc
tree7390245c00e8fcf4c86518c22cf57b1092932373
parent28edf12cd4d3900b1583f779be907c00b1b8366b
Issue 23193: Add numeric_owner to tarfile.TarFile.extract() and tarfile.TarFile.extractall().
Doc/library/tarfile.rst
Doc/whatsnew/3.5.rst
Lib/tarfile.py
Lib/test/test_tarfile.py
Misc/ACKS
Misc/NEWS