Menu

#486 a regex bug on line 3819 wikipedia.py

closed-fixed
nobody
General (277)
5
2007-09-02
2007-08-28
No

the following line in line 3819 wikipedia.py

redirKeywords = [u'redirect'] + self.family.redirect[self.lang]

should be changed to :
redirKeywords = [u'redirect'] + [self.family.redirect[self.lang]]

Discussion

  • Persian Gulf

    Persian Gulf - 2007-08-28

    the file without the problem

     
  • Daniel Herding

    Daniel Herding - 2007-09-02
    • status: open --> closed-fixed
     

Log in to post a comment.