Nx wrote:
>>"""
>>
>>Why unpack inputvalues if your next step is to pack'em back again ? Or
>>what did I miss ?
> 
> The original values in this case are being read from a text file
> with one value including a linefeed per line and the original idea was,
> that having them read into a list was the best way to massage them into the
> form required to be used as input values for the insert statement. 

Again, why unpack them into separate variables when they are *already*
in the form that you want to use them?

-- 
Robert Kern
[EMAIL PROTECTED]

"In the fields of hell where the grass grows high
 Are the graves of dreams allowed to die."
  -- Richard Harter

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

Reply via email to