Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Doc/library/tkinter.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading