jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/584970 )
Change subject: [doc] Add MaxlagTimeoutError to exceptions doc ......................................................................
[doc] Add MaxlagTimeoutError to exceptions doc
Change-Id: I62f5b6ae50f274d64d452d002f54cc246c17bf2a --- M pywikibot/exceptions.py 1 file changed, 2 insertions(+), 0 deletions(-)
Approvals: Dvorapa: Looks good to me, approved jenkins-bot: Verified
diff --git a/pywikibot/exceptions.py b/pywikibot/exceptions.py index 050846e..deca5ea 100644 --- a/pywikibot/exceptions.py +++ b/pywikibot/exceptions.py @@ -62,6 +62,8 @@
TimeoutError: request failed with a timeout
+ - MaxlagTimeoutError: request failed with a maxlag timeout + DeprecationWarning: old functionality replaced by new functionality
PendingDeprecationWarning: problematic code which has not yet been
pywikibot-commits@lists.wikimedia.org