jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/513551 )
Change subject: [cleanup] remove login.showCaptchaWindow() method ......................................................................
[cleanup] remove login.showCaptchaWindow() method
login.showCaptchaWindow() was never implemented and does nothing. Remove this senseless method then after 12 years.
Change-Id: Id7af3b9eea403f1c5d55619f75a0a8264ebe8667 --- M pywikibot/login.py 1 file changed, 0 insertions(+), 4 deletions(-)
Approvals: Dvorapa: Looks good to me, approved jenkins-bot: Verified
diff --git a/pywikibot/login.py b/pywikibot/login.py index 935ef19..0e64b5f 100644 --- a/pywikibot/login.py +++ b/pywikibot/login.py @@ -336,10 +336,6 @@ pywikibot.log('Should be logged in now') return True
- def showCaptchaWindow(self, url): - """Open a window to show the captcha for the given URL.""" - pass -
class BotPassword(object):