
August 7th, 2003, 07:23 PM
|
 |
Hello World :)
|
|
Join Date: Mar 2003
Location: Hull, UK
|
|
|
misc' output from urllib
Hi all,
Back with another is this just me or is it Python 2.3 post  .
Ok, i've used urllib.urlopen for ages on many, many tasks, now suddently i'm getting
Worker thread [ 4291533751 ] : recieved quit event
At the end of a program using it and it's a bit anoying i have to say! Anyway if you would run this code and see if you get it that would be great, I'm running it on windows not through idle or the command line so just double click it guys.
Code:
import urllib
urllib.urlopen('http://www.google.com/').read()
As most of you should knowtice, no output should be given when running this program, but it's still outputting worker thread!
Thanks allot.
Mark.
|