Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #27959 > unrolled thread

Python list archives double-gzipped?

Started byTim Chase <python.list@tim.thechases.com>
First post2012-08-26 20:40 -0500
Last post2012-08-26 20:40 -0500
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  Python list archives double-gzipped? Tim Chase <python.list@tim.thechases.com> - 2012-08-26 20:40 -0500

#27959 — Python list archives double-gzipped?

FromTim Chase <python.list@tim.thechases.com>
Date2012-08-26 20:40 -0500
SubjectPython list archives double-gzipped?
Message-ID<mailman.3859.1346031590.4697.python-list@python.org>
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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web