jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/697053 )
Change subject: [doc] Update docs ......................................................................
[doc] Update docs
Change-Id: I0c13c9634e96641b47dd5ba913a3317f2e854ff7 --- M pywikibot/bot.py M pywikibot/site/_generators.py 2 files changed, 6 insertions(+), 1 deletion(-)
Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
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%7D
pywikibot-commits@lists.wikimedia.org