On Oct 20, 2005, at 10:01 AM, [EMAIL PROTECTED] wrote:
I would disagree here(I believe we have talk about this before). return cherrypy.HTTPRedirect.
By way of comparison, in Subway, we do it this way:
response.redirect("/someurl")
which provides enough context to understand what is meant, at least
for me. Of course, 'raise cherrypy.HTTPRedirect("/someurl")' also
works in subway.

