summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2020-12-29 10:56:55 (GMT)
committerGitHub <noreply@github.com>2020-12-29 10:56:55 (GMT)
commit1df56bc0597a051c13d53514e120e9b6764185f8 (patch)
treec3dfca8059205e1a4d6193097f4066b27f794154 /Misc/NEWS.d/next/Library
parent156b7f7052102ee1633a18e9a136ad8c38f66db0 (diff)
downloadcpython-1df56bc0597a051c13d53514e120e9b6764185f8.zip
cpython-1df56bc0597a051c13d53514e120e9b6764185f8.tar.gz
cpython-1df56bc0597a051c13d53514e120e9b6764185f8.tar.bz2
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.
Diffstat (limited to 'Misc/NEWS.d/next/Library')
-rw-r--r--Misc/NEWS.d/next/Library/2020-12-27-22-19-26.bpo-42759.lGi_03.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-12-27-22-19-26.bpo-42759.lGi_03.rst b/Misc/NEWS.d/next/Library/2020-12-27-22-19-26.bpo-42759.lGi_03.rst
new file mode 100644
index 0000000..a5ec7d5
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2020-12-27-22-19-26.bpo-42759.lGi_03.rst
@@ -0,0 +1,3 @@
+Fixed equality comparison of :class:`tkinter.Variable` and
+:class:`tkinter.font.Font`. Objects which belong to different Tcl
+interpreters are now always different, even if they have the same name.