Is there any way to struct.unpack or struct.unpack_from into an existing array.array or similar structure? I am unpacking file data in a loop and i was hoping to find something that performs better than simply unpacking into a new tuple each iteration.
Thanks in advance, Rich
-- http://mail.python.org/mailman/listinfo/python-list