S
sergio
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
and i thought i could do something like
dataList = []
dataList = dataResults
but that doesn't work very well..
anyway.. thanks for the help..
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
and i thought i could do something like
dataList = []
dataList = dataResults
but that doesn't work very well..
anyway.. thanks for the help..