On Mar 6, 2006, at 12:42 PM, [EMAIL PROTECTED] wrote:

> i have a result tuple from a MySQLdb call that would like to change in
> place..
>
> i would like to copy it to a list, so i can modify it in place, but i
> cannot figure out how to do it.
>
> the result typle is
>
> dataResults

        dataList = list(dataResults)


-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com



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

Reply via email to