Converting from local -> UTC

Lawrence D'Oliveiro ldo at geek-central.gen.new_zealand
Fri Jul 18 01:36:31 EDT 2008


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)




More information about the Python-list mailing list