summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library
diff options
context:
space:
mode:
authorAnatoliy Platonov <31926941+p4m-dev@users.noreply.github.com>2020-10-14 10:02:51 (GMT)
committerGitHub <noreply@github.com>2020-10-14 10:02:51 (GMT)
commitb4d895336a4692c95b4533adcc5c63a489e5e4e4 (patch)
tree0a9cd544bf4082d1db7a3d38c8f2c0f41f4a7ae3 /Misc/NEWS.d/next/Library
parent0cafcd3c56c9475913d8d4fd0223c297dbb70ac6 (diff)
downloadcpython-b4d895336a4692c95b4533adcc5c63a489e5e4e4.zip
cpython-b4d895336a4692c95b4533adcc5c63a489e5e4e4.tar.gz
cpython-b4d895336a4692c95b4533adcc5c63a489e5e4e4.tar.bz2
bpo-41876: Overload __repr__ for tkinter Font objects (GH-22450)
Diffstat (limited to 'Misc/NEWS.d/next/Library')
-rw-r--r--Misc/NEWS.d/next/Library/2020-09-29-16-23-54.bpo-41876.QicdDU.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-09-29-16-23-54.bpo-41876.QicdDU.rst b/Misc/NEWS.d/next/Library/2020-09-29-16-23-54.bpo-41876.QicdDU.rst
new file mode 100644
index 0000000..d4f5f0a
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2020-09-29-16-23-54.bpo-41876.QicdDU.rst
@@ -0,0 +1 @@
+Tkinter font class repr uses font name \ No newline at end of file