@@ -14,7 +14,7 @@ Deprecated items may still work in the current release but are no longer recomme
1414Users should update their code according to the recommended alternatives.
1515
1616Pywikibot 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
2020Pending removal in Pywikibot 12
@@ -57,7 +57,7 @@ Pending removal in Pywikibot 12
5757Pending 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
104104Pending 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