Re: Web validation

2009-04-07 Thread J. Clifford Dyer
On Tue, 2009-04-07 at 08:44 +1000, r-w wrote: > If no internet connection: > if have files: > run anyway, with warning > else: > ERROR > else: > if error getting hash/files: > if have files: > run anyway, with warning > else: >

Re: Web validation

2009-04-06 Thread Chris Rebert
On Mon, Apr 6, 2009 at 3:44 PM, r-w wrote: > If no internet connection: Try loading http://example.com using urllib (http://docs.python.org/library/urllib.html). If an exception gets raised, you're not connected (properly). Cheers, Chris -- I have a blog: http://blog.rebertia.com -- http://mai

Web validation

2009-04-06 Thread r-w
If no internet connection: if have files: run anyway, with warning else: ERROR else: if error getting hash/files: if have files: run anyway, with warning else: ERROR else: run -- http://mail.python.org/mailman/listinfo