jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1275196?usp=email )
Change subject: doc: Update deprecation warnings in ROADMAP.rst ...................................................................... doc: Update deprecation warnings in ROADMAP.rst Change-Id: Ie9873cccaf9acff1a64b7da123511910659bc71f --- M ROADMAP.rst 1 file changed, 6 insertions(+), 2 deletions(-) Approvals: jenkins-bot: Verified Xqt: Looks good to me, approved diff --git a/ROADMAP.rst b/ROADMAP.rst index 85bb6e9..1e12396 100644 --- a/ROADMAP.rst +++ b/ROADMAP.rst @@ -14,7 +14,7 @@ Users should update their code according to the recommended alternatives. Pywikibot follows a clear deprecation policy: features are typically deprecated in one release and -removed in in the third subsequent major release, remaining available for the two releases in between. +removed in the third subsequent major release, remaining available for the two releases in between. Pending removal in Pywikibot 12 @@ -57,7 +57,7 @@ Pending removal in Pywikibot 13 ------------------------------- -* 10.6.0: The old ``(type, value, traceback)`` signature in +* 10.7.0: The old ``(type, value, traceback)`` signature in :meth:`tools.collections.GeneratorWrapper.throw` will be removed in Pywikibot 13, or earlier if it is dropped from a future Python release. (:phab:`T340641`) * 10.6.0: :meth:`Family.isPublic()<family.Family.isPublic>` will be removed (:phab:`T407049`) @@ -104,5 +104,9 @@ Pending removal in Pywikibot 14 ------------------------------- +* 11.0.0: The User-Agent variable *script_product* is deprecated; use *script* instead. + The User-Agent variable *version* is deprecated; use *revision* instead. + The User-Agent variables *lang*, *code* and *family* are deprecated; use *site* instead. +* 11.0.0: Positional argument for *block* parameter is deprecated; use a keyword argument instead. * 11.0.0: Keyword parameters for *text_a* and *text_b* of :class:`diff.PatchManager` are deprecated. Positional parameters for *by_letter* and *replace_invisible* are deprecated. -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1275196?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: Ie9873cccaf9acff1a64b7da123511910659bc71f Gerrit-Change-Number: 1275196 Gerrit-PatchSet: 2 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]
