prefer symbolic constants over literals referring to gzip header
authorPhilipp Gesang <philipp.gesang@intra2net.com>
Thu, 6 Apr 2017 13:09:10 +0000 (15:09 +0200)
committerPhilipp Gesang <philipp.gesang@intra2net.com>
Mon, 7 Aug 2017 12:02:44 +0000 (14:02 +0200)
commita62abf3a30a54abd85137c0f3c9517f622a0d773
treef72247233d7755788798e46192e7205b481d8f41
parent63b391e6c9acae3b3bf9d359cfcafcd18e13c7e6
prefer symbolic constants over literals referring to gzip header

The mixed use of hex and octal is pretty confusing to say the
least, use named constants instead that are defined only in
tarfile.
deltatar/tarfile.py
rescue_tar.py
testing/test_concat_compress.py