On 10/20/05, John Speno <[EMAIL PROTECTED]> wrote:
> 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.

The part I don't like about this is that it doesn't reflect that
you're done with the request as far as program control flow goes. You
can keep doing other things and even try to return an HTML page at the
end.

Kevin

--
Kevin Dangoor
Author of the Zesty News RSS newsreader

email: [EMAIL PROTECTED]
company: http://www.BlazingThings.com
blog: http://www.BlueSkyOnMars.com

Reply via email to