In message <mailman.262.1216337161.922.python-list at python.org>, Gabriel Genellina wrote: > Note that I used %s everywhere (it's just a placeholder, not a format) ... >From /usr/lib64/python2.5/site-packages/MySQLdb/cursors.py, lines 150-151: if args is not None: query = query % db.literal(args)