On 1/18/06, Michele Cella <[EMAIL PROTECTED]> wrote:
> Better to just use tg.url (mmm sounds better than std.url :-)) and
> python string substitution for positional.
>
> tg.url("/%s/%s" % foo, bar)
>
> it's still very convenient.You can do it like this: tg.url(["/foo", "bar", "baz"]) Kevin

