uncompress base64-gzipped string
Scott David Daniels
Scott.Daniels at Acm.Org
Sat Jun 13 12:29:02 EDT 2009
Niels Egberts wrote:
> On Sat, Jun 13, 2009 at 4:38 AM, John Machin<sjmachin at lexicon.net> wrote:
> ...
> And thanks for the tip on struct.unpack I managed to get a list of
> integers to work with.
You might make do with array.fromstring (perhaps using .byteswap
afterwards) to get your numbers if you are talking more than a handful.
--Scott David Daniels
Scott.Daniels at Acm.Org
More information about the Python-list
mailing list