Skip to content

Latest commit

 

History

History
112 lines (98 loc) · 6.96 KB

File metadata and controls

112 lines (98 loc) · 6.96 KB

Release 11.3

  • (no changes yet)

Deprecations

This section lists features, methods, parameters, or attributes that are deprecated and scheduled for removal in future Pywikibot releases.

Deprecated items may still work in the current release but are no longer recommended for use. 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 the third subsequent major release, remaining available for the two releases in between.

Pending removal in Pywikibot 12

Pending removal in Pywikibot 13

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.