Though you can use a semi-colon to separate the values in a
querystring, I think you'll find that the normal convention is to use
an ampersand (&) to separate arguments. So, I would probably use the
following:
cherrypy.url("title", qs="foo=1&bar=2")
--
Christopher Roach
http://christopherroach.com