This release fixes a long-standing bug (see #14) where an argument r:gz
is incorrectly passed to tarfile.open
as a pathname name
instead of the keyword argument mode
. This does not seem to have consequences unless the file cannot be opened, when a FileNotFoundError
exception can be returned instead of the expected ReadError
.