jenkins-bot submitted this change.

View Change

Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
[doc] Use phab link with documentation

Change-Id: I24229801c4999539004bc56fa291c6175377bfef
---
M pywikibot/data/mysql.py
M pywikibot/tools/__init__.py
M tests/site_login_logout_tests.py
3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pywikibot/data/mysql.py b/pywikibot/data/mysql.py
index cc31277..69fd036 100644
--- a/pywikibot/data/mysql.py
+++ b/pywikibot/data/mysql.py
@@ -28,7 +28,7 @@
"""Representation of a socket with a mysql server.

This class is used to patch close() method for pymysql<0.7.11 on
- toolforge (T216741).
+ toolforge (:phab:`T216741`).

.. versionadded:: 7.0
"""
diff --git a/pywikibot/tools/__init__.py b/pywikibot/tools/__init__.py
index d14fc09..df207fb 100644
--- a/pywikibot/tools/__init__.py
+++ b/pywikibot/tools/__init__.py
@@ -846,7 +846,7 @@
.. versionadded:: 3.0

.. versionchanged:: 5.0
- Avoid duplicates (T263947).
+ Avoid duplicates (:phab:`T263947`).

.. versionchanged:: 6.4
``genlist`` was renamed to ``iterables``; consecutive iterables
diff --git a/tests/site_login_logout_tests.py b/tests/site_login_logout_tests.py
index 829b8dc..bcf195a 100755
--- a/tests/site_login_logout_tests.py
+++ b/tests/site_login_logout_tests.py
@@ -64,7 +64,7 @@
code = 'zh'

def test_clear_cookies(self):
- """Test cookies are cleared (T224712)."""
+ """Test cookies are cleared (:phab:`T224712`)."""
site = self.get_site()
site.login()
site2 = pywikibot.Site('mul', 'wikisource', user=site.username())

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

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I24229801c4999539004bc56fa291c6175377bfef
Gerrit-Change-Number: 773910
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <info@gno.de>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged