Python 中有没有办法使用 gzip 或其他模块来检查 gzip 存档的完整性?
基本上 Python 中是否有与以下内容等效的内容:
gunzip -t my_archive.gz
python gzip
gzip ×1
python ×1