-
- Downloads
bpo-42759: Fix equality comparison of Variable and Font in Tkinter (GH-23968)
Objects which belong to different Tcl interpreters are now always different, even if they have the same name.
Showing
- Lib/tkinter/__init__.py 3 additions, 7 deletionsLib/tkinter/__init__.py
- Lib/tkinter/font.py 1 addition, 1 deletionLib/tkinter/font.py
- Lib/tkinter/test/test_tkinter/test_font.py 8 additions, 1 deletionLib/tkinter/test/test_tkinter/test_font.py
- Lib/tkinter/test/test_tkinter/test_variables.py 12 additions, 2 deletionsLib/tkinter/test/test_tkinter/test_variables.py
- Misc/NEWS.d/next/Library/2020-12-27-22-19-26.bpo-42759.lGi_03.rst 3 additions, 0 deletions...S.d/next/Library/2020-12-27-22-19-26.bpo-42759.lGi_03.rst
Loading
Please register or sign in to comment