Xqt submitted this change.

View Change

Approvals: Xqt: Verified; Looks good to me, approved
[doc] add several functions to documentation

Change-Id: I75c431cd2529e1e5d3cf0e7b33f28530cdda5b9e
---
M pywikibot/__init__.py
M tests/utils.py
2 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/pywikibot/__init__.py b/pywikibot/__init__.py
index 018bbe1..a9f2a56 100644
--- a/pywikibot/__init__.py
+++ b/pywikibot/__init__.py
@@ -78,12 +78,13 @@
'__copyright__', '__description__', '__download_url__', '__license__',
'__maintainer__', '__maintainer_email__', '__name__', '__url__',
'__version__',
- 'Bot', 'calledModuleName', 'Category', 'Claim', 'Coordinate', 'critical',
- 'CurrentPageBot', 'debug', 'error', 'exception', 'FilePage', 'handle_args',
- 'html2unicode', 'info', 'input', 'input_choice', 'input_yn', 'ItemPage',
- 'LexemeForm', 'LexemePage', 'LexemeSense', 'Link', 'log', 'MediaInfo',
- 'output', 'Page', 'PropertyPage', 'showDiff', 'show_help', 'Site',
- 'SiteLink', 'stdout', 'Timestamp', 'translate', 'ui', 'url2unicode',
+ 'async_manager', 'async_request', 'Bot', 'calledModuleName', 'Category',
+ 'Claim', 'Coordinate', 'critical', 'CurrentPageBot', 'debug', 'error',
+ 'exception', 'FilePage', 'handle_args', 'html2unicode', 'info', 'input',
+ 'input_choice', 'input_yn', 'ItemPage', 'LexemeForm', 'LexemePage',
+ 'LexemeSense', 'Link', 'log', 'MediaInfo', 'output', 'Page',
+ 'PropertyPage', 'showDiff', 'show_help', 'Site', 'SiteLink', 'sleep',
+ 'stdout', 'stopme', 'Timestamp', 'translate', 'ui', 'url2unicode',
'User', 'warning', 'WbGeoShape', 'WbMonolingualText', 'WbQuantity',
'WbTabularData', 'WbTime', 'WbUnknown', 'WikidataBot',
)
diff --git a/tests/utils.py b/tests/utils.py
index 9b8b815..5245dcc 100644
--- a/tests/utils.py
+++ b/tests/utils.py
@@ -451,7 +451,7 @@
:param command: executable to run and arguments to use
"""
if PYTHON_VERSION < (3, 6):
- command.insert(1, '-W ignore::FutureWarning:pywikibot:103')
+ command.insert(1, '-W ignore::FutureWarning:pywikibot:104')

env = os.environ.copy()


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

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