Try gzipping some data through the gzip libary like this... import gzip content = "Lots of content here" f = gzip.open('Onlyfinnaly.log.gz', ...
確定! 回上一頁