[EMAIL PROTECTED] wrote:

> Dear Members of the group,
> If I open a url by urlopen in the urllib, the file is either opening a
> file or if no url is there it would give error. The error is generated
> can be handled by IOError handling schemes.
> But if there are thousands or millions of URLs and I do not know who
> will open and who won't open. How can I handle this kind of situation?
> If any one can help solving this problem.

http://docs.python.org/tut/node10.html

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

Reply via email to