Skip to content

Commit 97c2d6a

Browse files
xqtjenkins-bot
authored andcommitted
doc: Update deprecation warnings in ROADMAP.rst
Change-Id: Ie9873cccaf9acff1a64b7da123511910659bc71f
1 parent 9781611 commit 97c2d6a

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

ROADMAP.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Deprecated items may still work in the current release but are no longer recomme
1414
Users should update their code according to the recommended alternatives.
1515

1616
Pywikibot follows a clear deprecation policy: features are typically deprecated in one release and
17-
removed in in the third subsequent major release, remaining available for the two releases in between.
17+
removed in the third subsequent major release, remaining available for the two releases in between.
1818

1919

2020
Pending removal in Pywikibot 12
@@ -57,7 +57,7 @@ Pending removal in Pywikibot 12
5757
Pending removal in Pywikibot 13
5858
-------------------------------
5959

60-
* 10.6.0: The old ``(type, value, traceback)`` signature in
60+
* 10.7.0: The old ``(type, value, traceback)`` signature in
6161
:meth:`tools.collections.GeneratorWrapper.throw` will be removed in Pywikibot 13, or earlier if it
6262
is dropped from a future Python release. (:phab:`T340641`)
6363
* 10.6.0: :meth:`Family.isPublic()<family.Family.isPublic>` will be removed (:phab:`T407049`)
@@ -104,5 +104,9 @@ Pending removal in Pywikibot 13
104104
Pending removal in Pywikibot 14
105105
-------------------------------
106106

107+
* 11.0.0: The User-Agent variable *script_product* is deprecated; use *script* instead.
108+
The User-Agent variable *version* is deprecated; use *revision* instead.
109+
The User-Agent variables *lang*, *code* and *family* are deprecated; use *site* instead.
110+
* 11.0.0: Positional argument for *block* parameter is deprecated; use a keyword argument instead.
107111
* 11.0.0: Keyword parameters for *text_a* and *text_b* of :class:`diff.PatchManager` are deprecated.
108112
Positional parameters for *by_letter* and *replace_invisible* are deprecated.

0 commit comments

Comments
 (0)