Dennis Lee Bieber wrote:

>       Your remap operation will create a dictionary using the first field
> as the key, and the rest of the fields as a list identified by that
> key.... COPY 3

the tuple-to-dictionary conversion mostly shuffles pointers around, 
though; it's not a full copy of all the data in the result set.

</F>

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

Reply via email to