python wiki question

2006-11-10 Thread ruud habets
Hi, Does anybody know how to determine if a wiki page is a redirectpage using the wikipedia-scripts? It must be something like if IsRedirectPage() == False: text_file.write("\n") But I cannot seem to get it working. thnx Ruud -- http://mail.python.org/mailman/listinfo/python-list

Re: python wiki question

2006-11-10 Thread ruud habets
ruud habets schreef: > Hi, > > Does anybody know how to determine if a wiki page is a redirectpage > using the wikipedia-scripts? It must be something like > > if IsRedirectPage() == False: >text_file.write("\n") > > But I cannot seem to get it wor