JP wrote:
> Also, exceptions are very
> expensive,

while this is true in java or c++, it is not necessarily true in python.
even python itself uses exceptions for example when doing a for-loop 
over an iterable (the iterator's next() method raises StopIteration when 
it's at the end).

gabor

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@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-developers
-~----------~----~----~----~------~----~------~--~---

Reply via email to