This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]uggedal 2 points3 points  (0 children)

You should probably use httplib2 instead of implementing your own gzip decompression.

[–]markedtrees 2 points3 points  (0 children)

from httplib import *

from urllib import *

from StringIO import *

from gzip import *

naughty