pbreit Mon, 23 May 2011 07:50:42 -0700
I always try to use interpolation for strings.
msg = '%s%s' % (document.title, 'world') response.flash(msg.upper())