This isn't really a Django question; perhaps you should try the excellent 
Python mailing list:

http://mail.python.org/mailman/listinfo/python-list

That said, they're probably going to want more information. What are you trying 
to accomplish? I can't imagine you wanting a recursive function which could end 
up in an infinite loop. If it fails, it fails. Handling an exception by trying 
the same thing again doesn't make any sense. If, as I suspect, your snippet 
here doesn't represent your actual intentions, please explain.

Shawn


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

Reply via email to