On Jul 19, 2007, at 2:58 AM, voltron wrote:

I did this

myString.encode( "utf-8" ) before pasing to url_for, is this the
correct Pylonic way?

Yep, url_for can coerce keyword arguments from unicode, but for passing full raw URL's, they need to be raw strings (ie, encoded).

Cheers,
Ben

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to