How to alter information in a gzip file using Python?

后端 未结 0 1541
再見小時候
再見小時候 2021-01-31 07:20

I have a ton of gzipped files, in which I need to alter the contents of. Here is the initial code that I have:

with gzip.GzipFile(\'file_path\', \'rb\') as f:
            


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题