jenkins-bot submitted this change.

View Change

Approvals: JJMC89: Looks good to me, approved jenkins-bot: Verified
[cleanup] Show a FutureWarning for any deprecated pywikibot.Error

Change-Id: I9d61c622d19e7f8c634036885638370a603abd44
---
M pywikibot/__init__.py
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pywikibot/__init__.py b/pywikibot/__init__.py
index 965dc1e..36f934e 100644
--- a/pywikibot/__init__.py
+++ b/pywikibot/__init__.py
@@ -1390,5 +1390,5 @@
wrapper._add_deprecated_attr(
name,
replacement_name='pywikibot.exceptions.{}'.format(replacement),
- since='20210424',
+ since='20210424', future_warning=True
)

To view, visit change 683907. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I9d61c622d19e7f8c634036885638370a603abd44
Gerrit-Change-Number: 683907
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <info@gno.de>
Gerrit-Reviewer: JJMC89 <JJMC89.Wikimedia@gmail.com>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged