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)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Mon, 2 Apr 2018 11:34:08 +0000 (13:34 +0200)
commitd601d33b67ac5668a0173fe40e7abb487e3260e7
treecb283eb8fc00d8e3b832071d8558e052fdca6ad8
parent8a9ea8185aa925b864c3db81faed4de4178c6614
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