jenkins-bot submitted this change.

View Change

Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
[doc] Update docs

Change-Id: I0c13c9634e96641b47dd5ba913a3317f2e854ff7
---
M pywikibot/bot.py
M pywikibot/site/_generators.py
2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/pywikibot/bot.py b/pywikibot/bot.py
index 619e24a..3112344 100644
--- a/pywikibot/bot.py
+++ b/pywikibot/bot.py
@@ -303,6 +303,9 @@
Accordingly, do **not** use print statements in bot code; instead,
use pywikibot.output function.

+ *New in version 6.2:* different logfiles are uses if multiple
+ processes of the same script are are running.
+
@param strm: Output stream. If None, re-uses the last stream if one
was defined, otherwise uses sys.stderr

@@ -1675,6 +1678,8 @@

The bot should accommodate for that case and not store site specific
information on only one site.
+
+ *New in version 6.2:* site attribute has been dropped.
"""


diff --git a/pywikibot/site/_generators.py b/pywikibot/site/_generators.py
index cfa7bf8..484afb9 100644
--- a/pywikibot/site/_generators.py
+++ b/pywikibot/site/_generators.py
@@ -736,7 +736,7 @@
include_empty_titles: bool = False):
"""Iterate all interlanguage links on page, yielding Link objects.

- *New in 6.2:* *include_empty_titles* parameter was added.
+ *New in version 6.2:* *include_empty_titles* parameter was added.

@see: U{https://www.mediawiki.org/wiki/API:Langlinks}


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

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