https://bugzilla.wikimedia.org/show_bug.cgi?id=55157
Web browser: --- Bug ID: 55157 Summary: -always invalid in movepages.py Product: Pywikibot Version: unspecified Hardware: All OS: All Status: NEW Severity: normal Priority: Unprioritized Component: General Assignee: Pywikipedia-bugs@lists.wikimedia.org Reporter: legoktm.wikipedia@gmail.com Classification: Unclassified Mobile Platform: ---
Originally from: http://sourceforge.net/p/pywikipediabot/bugs/1556/ Reported by: yfdyh000 Created on: 2013-01-03 01:33:19 Subject: -always invalid in movepages.py Original description: Pywikipedia trunk/pywikipedia/ (r10857, 2013/01/01, 10:55:12) Python 2.7.3 (default, Apr 10 2012, 23:31:26) [MSC v.1500 32 bit (Intel)] config-settings: use_api = True use_api_login = True unicode test: ok
Always automatically start submission after running, not prompt user to confirm. Because 'if self.addprefix or self.appendAll or self.regexAll:' is False, so it directly submitted by 'else:'.