On Mon, 2011-05-16 at 11:42 -0500, Michael Merickel wrote: > Is there any support for integrating "abort(404)" with "raise > NotFound" such that my 404 is rendered properly? Same with > "abort(403)" and Forbidden.
No, except in the docs I explain the difference between NotFound and HTTPNotFound and Forbidden and HTTPForbidden. I'm really loath to try to marry them together in some unholy way. - C > > > I'm a little torn but more in favor of the readability of using > httpexceptions directly. > > -- > You received this message because you are subscribed to the Google > Groups "pylons-devel" group. > To post to this group, send email to pylons-devel@googlegroups.com. > To unsubscribe from this group, send email to pylons-devel > +unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/pylons-devel?hl=en. -- You received this message because you are subscribed to the Google Groups "pylons-devel" group. To post to this group, send email to pylons-devel@googlegroups.com. To unsubscribe from this group, send email to pylons-devel+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/pylons-devel?hl=en.