From: Serhiy Storchaka Date: Thu, 18 Jun 2026 13:26:58 +0000 (+0300) Subject: gh-86726: Fix "deprecated" directive for wm_attributes (GH-151652) X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d47c27e47a6c6969737616f2f58036a5f536e60a;p=thirdparty%2FPython%2Fcpython.git gh-86726: Fix "deprecated" directive for wm_attributes (GH-151652) --- diff --git a/Doc/library/tkinter.rst b/Doc/library/tkinter.rst index 6e26698d7512..5c40eadcf49c 100644 --- a/Doc/library/tkinter.rst +++ b/Doc/library/tkinter.rst @@ -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