Tony Pelletier wrote: >> Missing a return statement in the case of an exception. > > Can you explain this? Why would I want the return on the exception? Because if you don't, it will return None. -- Steven