On 10/08/2012 09:45 PM, Chris Kaynor wrote: > [('insertme', i) for i in x]
This is not enough, you have to merge it afterwards. y = [item for tup in y for item in tup] -- http://mail.python.org/mailman/listinfo/python-list
On 10/08/2012 09:45 PM, Chris Kaynor wrote: > [('insertme', i) for i in x]
This is not enough, you have to merge it afterwards. y = [item for tup in y for item in tup] -- http://mail.python.org/mailman/listinfo/python-list