Thanks, now the code is

  from cStringIO import StringIO
  from gzip import GzipFile
  ...
  body = GzipFile('','r',0,StringIO(body)).read()

Regards, Enrique

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to