Re: broken links on effbot.org

2006-10-14 Thread Rainy
Gerard Flanagan wrote: > The links here seem to be broken: > > http://effbot.org/zone/element-index.htm#documentation > > I'm getting: > > sorry, /zone/page.cgi?page=element does not exist > > sorry, /zone/page.cgi?page=pythondoc-elementtree-ElementTree does not > exist > > It was working two

Re: broken links

2005-07-22 Thread gene tani
OR: (I think it does the same thing) os.access(filename,OS.F_OK) -- http://mail.python.org/mailman/listinfo/python-list

Re: broken links

2005-07-22 Thread rbt
I found it: os.path.exists(path) On Fri, 2005-07-22 at 09:22 -0400, rbt wrote: > How can I find broken links (links that point to files that do not > exist) in a directory and remove them using Python? I'm working on RHEL4 > > Thanks, > rbt -- http://mail.python.org/mailman/listinfo/python-lis