summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2024-06-22-22-23-56.gh-issue-101830.1BAoxH.rst
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2024-06-23 15:33:19 (GMT)
committerGitHub <noreply@github.com>2024-06-23 15:33:19 (GMT)
commit99f18ea68934cb59c89c09e946aa1a504bb33065 (patch)
tree97284930b6b0d020b644866034b3ddefa98c30c9 /Misc/NEWS.d/next/Library/2024-06-22-22-23-56.gh-issue-101830.1BAoxH.rst
parent97acd295418493b19d78ed1a26d76e2dc8cc63dd (diff)
downloadcpython-99f18ea68934cb59c89c09e946aa1a504bb33065.zip
cpython-99f18ea68934cb59c89c09e946aa1a504bb33065.tar.gz
cpython-99f18ea68934cb59c89c09e946aa1a504bb33065.tar.bz2
[3.13] gh-101830: Fix Tcl_Obj to string conversion (GH-120884) (GH-120905)
Accessing the Tkinter object's string representation no longer converts the underlying Tcl object to a string on Windows. (cherry picked from commit f4ddaa396715855ffbd94590f89ab7d55feeec07) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Diffstat (limited to 'Misc/NEWS.d/next/Library/2024-06-22-22-23-56.gh-issue-101830.1BAoxH.rst')
-rw-r--r--Misc/NEWS.d/next/Library/2024-06-22-22-23-56.gh-issue-101830.1BAoxH.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2024-06-22-22-23-56.gh-issue-101830.1BAoxH.rst b/Misc/NEWS.d/next/Library/2024-06-22-22-23-56.gh-issue-101830.1BAoxH.rst
new file mode 100644
index 0000000..46c18b0
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2024-06-22-22-23-56.gh-issue-101830.1BAoxH.rst
@@ -0,0 +1,2 @@
+Accessing the :mod:`tkinter` object's string representation no longer converts
+the underlying Tcl object to a string on Windows.