Tim Williams wrote:
> ----- Original Message ----- 
> From: "Tim Williams" <[EMAIL PROTECTED]>
> 
>>try:
>>    s.close()
>>except
>>    pass
> 
> 
> Typo!! 
> 
> That should be s.quit()   not s.close()  
> 
> :)
> 
> 
> 
> 


and perhaps put into a finally:


Mart

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

Reply via email to