Alex Martelli wrote:

> In general, it's more frequent for EAFP to be handier and more solid,
> and performance may well not matter -- but if you find yourself trying
> to squeeze every last drop of performance from a region of your code
> that profiling has shown to be a bottleneck, module timeit can help!

Thanks Alex, great information. I learn way too much new information 
every day on this newsgroup.  ;)
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to