]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-86726: Fix "deprecated" directive for wm_attributes (GH-151652)
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 18 Jun 2026 13:26:58 +0000 (16:26 +0300)
committerGitHub <noreply@github.com>
Thu, 18 Jun 2026 13:26:58 +0000 (16:26 +0300)
Doc/library/tkinter.rst

index 6e26698d751226cb15c9064f2b98532d3087ae5d..5c40eadcf49c7cbb8995dc25ba65d20f1c7e06c9 100644 (file)
@@ -2458,7 +2458,7 @@ Base and mixin classes
          ``-``, and attributes may be set using keyword arguments.
          The *return_python_dict* parameter was added.
 
-      .. deprecated:: next
+      .. deprecated:: 3.13
          Setting an attribute by passing the option name (with a leading
          ``-``) and its value as two positional arguments, as in
          ``w.attributes('-alpha', 0.5)``, is deprecated; use keyword arguments