https://github.com/python/cpython/commit/0125168a81a9781561d231be37f18031cdb21ba8 commit: 0125168a81a9781561d231be37f18031cdb21ba8 branch: 3.15 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka <[email protected]> date: 2026-06-18T13:44:12Z summary:
[3.15] gh-86726: Fix "deprecated" directive for wm_attributes (GH-151652) (GH-151654) (cherry picked from commit d47c27e47a6c6969737616f2f58036a5f536e60a) Co-authored-by: Serhiy Storchaka <[email protected]> files: M Doc/library/tkinter.rst diff --git a/Doc/library/tkinter.rst b/Doc/library/tkinter.rst index 6e26698d751226..5c40eadcf49c7c 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 _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3//lists/python-checkins.python.org Member address: [email protected]
