Last modified: 2014-03-16 01:33:30 UTC
Originally from: http://sourceforge.net/p/pywikipediabot/bugs/947/ Reported by: falk_steinhauer Created on: 2009-05-19 23:23:39 Subject: swapped meaning of function parameter in movepages.py Original description: revision 6906 of movepages.py swaps the meaning of the last function parameter of page.move\(newPageTitle, msg, throttle=True, leaveRedirect=self.noredirect\). "leaveRedirect" has the opposite meaning of "noredirect". When running movepages.py directly the error is compensated, but importing movepages in own scripts leads to problems with the swapped meaning.
http://git.wikimedia.org/blobdiff/pywikibot%2Fcompat.git/e96d887d0f643cdee2bd466a532d48d865063607/movepages.py