appliedsec / pygeoip

DEPRECATED: Pure Python API for Maxmind's binary GeoIP databases
https://github.com/appliedsec/pygeoip
GNU Lesser General Public License v3.0
481 stars 111 forks source link

Fix gzip in-memory feature, using StringIO to emulate file API for the parts that need it #10

Closed chrish42 closed 12 years ago

chrish42 commented 12 years ago

This pull request fixes issue #7. My apologies for the previous buggy pull request.

jennifere commented 12 years ago

Thanks.