Bugs item #1783561, was opened at 2007-08-28 20:18 Message generated for change (Settings changed) made by wikipedian You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=603138&aid=1783561...
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: General Group: None
Status: Closed Resolution: Fixed
Priority: 5 Private: No Submitted By: Persian Gulf (persian_gulf) Assigned to: Nobody/Anonymous (nobody) Summary: a regex bug on line 3819 wikipedia.py
Initial Comment: 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]]
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=603138&aid=1783561...