On 1/23/2014 7:36 AM, Tim Chase wrote:
On 2014-01-23 05:43, Terry Reedy wrote:
A list instead of a tuple does work, but not an iterable, so
'sequence'.

In the OP's case using sqlite drivers, this is true.  However, I
maintain some old 2.4 code that uses a correspondingly ancient version
of mx.ODBC which requires a tuple and raises an exception on any other
iterable.  So I always use a tuple out of habit, even if it would be
easier to just use some other iterable.

I would check 2.7 behavior before changing the 2.7 doc.


--
Terry Jan Reedy

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

Reply via email to