On Jan 2, 2008 8:20 AM, Forest Bond <[EMAIL PROTECTED]> wrote:
> I disagree.  Exceptions represent "exceptional situations," not all of which 
> are
> necessarily errors.  For instance, SystemExit is not really an error, is it?
> What about StopIteration?

By that analogy as well, exceptions would be the wrong choice here:
what's "exceptional" about returning a redirect? A 404 or 500 is
exceptional -- it's something outside of otherwise-routine operation.
But redirecting from one page to another *is* a part of routine
operation.

So, again, I'm against this.

-- 
"Bureaucrat Conrad, you are technically correct -- the best kind of correct."

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to