Xqt has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1288239?usp=email )
Change subject: release: Publish Pywikibot 11.3 ...................................................................... release: Publish Pywikibot 11.3 Change-Id: I320870ef0fccf1fc313c176cdbe7dc2e6c27d1e2 --- M ROADMAP.rst M pywikibot/__metadata__.py M pywikibot/site/_generators.py 3 files changed, 7 insertions(+), 7 deletions(-) Approvals: Xqt: Verified; Looks good to me, approved jenkins-bot: Verified diff --git a/ROADMAP.rst b/ROADMAP.rst index 7b6ecde..7bfff8e 100644 --- a/ROADMAP.rst +++ b/ROADMAP.rst @@ -1,6 +1,9 @@ Release 11.3 ============ +* Add *until* parameter to :meth:`Site.allpages() + <pywikibot.site._generators.GeneratorsMixin.allpages>` and add ``-until`` option to + :ref:`Generator Options` as a stop title for enumeration (:phab:`T425882`) * Update :attr:`family.WikimediaFamily.known_codes` (:phab:`T426319`) * Move all :mod:`families.wikinews_family` site codes to :attr:`Family.closed_wikis <families.wikinews_family.Family.closed_wikis>` (:phab:`T425953`, :phab:`T426022`) diff --git a/pywikibot/__metadata__.py b/pywikibot/__metadata__.py index 8c7bbd6..ee85fbd 100644 --- a/pywikibot/__metadata__.py +++ b/pywikibot/__metadata__.py @@ -12,6 +12,6 @@ from time import strftime -__version__ = '11.3.0.dev0' +__version__ = '11.3.0' __url__ = 'https://www.mediawiki.org/wiki/Manual:Pywikibot' __copyright__ = f'2003-{strftime("%Y")}, Pywikibot team' diff --git a/pywikibot/site/_generators.py b/pywikibot/site/_generators.py index 6b83a91..f7138d5 100644 --- a/pywikibot/site/_generators.py +++ b/pywikibot/site/_generators.py @@ -984,12 +984,9 @@ :param content: If True, load the current content of each iterated page (default False). :param until: Optional page title to stop enumerating at; only - meaningful when used together with *start*. - - .. note:: The given argument must be lexically higher than - the *start* argument if *reverse* is False; otherwise it - must be lower. - + meaningful when used together with *start*. The given + argument must be lexically higher than the *start* argument + if *reverse* is False; otherwise it must be lower. :raises KeyError: The namespace identifier was not resolved :raises TypeError: The namespace identifier has an inappropriate type such as bool, or an iterable with more than one -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1288239?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.wikimedia.org/r/settings?usp=email Gerrit-MessageType: merged Gerrit-Project: pywikibot/core Gerrit-Branch: master Gerrit-Change-Id: I320870ef0fccf1fc313c176cdbe7dc2e6c27d1e2 Gerrit-Change-Number: 1288239 Gerrit-PatchSet: 1 Gerrit-Owner: Xqt <[email protected]> Gerrit-Reviewer: Xqt <[email protected]> Gerrit-Reviewer: jenkins-bot
_______________________________________________ Pywikibot-commits mailing list -- [email protected] To unsubscribe send an email to [email protected]
