handle uncompressed, encrypted archives with tarfile
authorPhilipp Gesang <philipp.gesang@intra2net.com>
Tue, 25 Apr 2017 14:38:12 +0000 (16:38 +0200)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Mon, 2 Apr 2018 11:34:08 +0000 (13:34 +0200)
commit200d4866f134f8bded6a9eaa688907b602c67b56
treecb4a9cb3a8968cac687df0cf5ac99ca5f938a781
parent267bc6435aa25e8d68025d9256d3dbcf87d96159
handle uncompressed, encrypted archives with tarfile

Internally, tarfile.py uses “tar” to refer to uncompressed
archives, so just handle this accordingly at the API level.
deltatar/tarfile.py
testing/test_multivol.py