On 2007-02-28, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>>>> import itertools
>>>> tuple(itertools.chain((t[0], t2[0].encode('ascii')), t[2:]))
> ('eco', 'Roads', 0.073969887301348305)Steven, As suggested in the previous article, I handled it where the values are read from the list retrieved from the database. By adding an additional index of [0] the format is correct. Thank you all very much, Rich -- http://mail.python.org/mailman/listinfo/python-list
