Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #27959
| Date | 2012-08-26 20:40 -0500 |
|---|---|
| From | Tim Chase <python.list@tim.thechases.com> |
| Subject | Python list archives double-gzipped? |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.3859.1346031590.4697.python-list@python.org> (permalink) |
Playing around with the mbox module, I reached into the archives[1] to grab some real-world data files[2]. To successfully unpack the contents to an mbox file, I had to do the following: bash$ gunzip 2012-July.txt.gz bash$ mv 2012-July.txt 2012-July.txt.gz bash$ gunzip 2012-July.txt.gz So it looks like some python-list@ archiving process is double gzip'ing the archives. Can anybody else confirm this and get the info the right people? -tkc [1] http://mail.python.org/pipermail/python-list/ [2] http://mail.python.org/pipermail/python-list/2012-July.txt.gz
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Python list archives double-gzipped? Tim Chase <python.list@tim.thechases.com> - 2012-08-26 20:40 -0500
csiph-web