jenkins-bot has submitted this change and it was merged.
Change subject: handleArgs: Mention handle_args in the warning ......................................................................
handleArgs: Mention handle_args in the warning
Change-Id: Ided5b4002daee5be2b3b512bd53b169e62f3826f --- M pywikibot/bot.py 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: John Vandenberg: Looks good to me, approved jenkins-bot: Verified
diff --git a/pywikibot/bot.py b/pywikibot/bot.py index ef8ef57..580f760 100644 --- a/pywikibot/bot.py +++ b/pywikibot/bot.py @@ -807,7 +807,7 @@ return nonGlobalArgs
-@deprecated +@deprecated("handle_args") def handleArgs(*args): """DEPRECATED. Use handle_args().""" return handle_args(args)
pywikibot-commits@lists.wikimedia.org