Bugs item #1783561, was opened at 2007-08-28 21:48 Message generated for change (Tracker Item Submitted) made by Item Submitter 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: Open Resolution: None 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...