anonymous wrote:
> are you importing zlib or bz2 ?

I don't think either of these would help in this case.  While the
length of the compressed string might be significantly shorter than
your solution, the resulting string *literal* you decompress will
contain a bunch of \-escaped characters, so it will end up being longer.

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

Reply via email to