Re: urllib leaves sockets open?

2005-08-21 Thread Chris Tavares
"Paul Rubin" <http://[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > "Chris Tavares" <[EMAIL PROTECTED]> writes: > > Is this normal behavior for urllib? Is there a way to force that initial > > socket closed earlier? Is there something el

urllib leaves sockets open?

2005-08-20 Thread Chris Tavares
Hi all. I'm currently tracking down a problem in a little script[1] I have, and I was hoping that those more experienced than myself could weigh in. The script's job is to grab the status page off a DLink home router. This is a really simple job: I just use urllib.urlopen() to grab the status page