summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-07-30 15:33:13 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2014-07-30 15:33:13 (GMT)
commit74596a887aff06d7ec45957672126881f1865cf2 (patch)
treee1d09c27b18bb00e7683df8575a7c95c0c8b0f99 /Misc/NEWS
parent95a9e0bf8c2862ba3bfec4d5e35ef982521fe1e2 (diff)
downloadcpython-74596a887aff06d7ec45957672126881f1865cf2.zip
cpython-74596a887aff06d7ec45957672126881f1865cf2.tar.gz
cpython-74596a887aff06d7ec45957672126881f1865cf2.tar.bz2
Issue #21580: Now Tkinter correctly handles bytes arguments passed to Tk.
In particular this allows to initialize images from binary data.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4bb876f..b554afd 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -27,6 +27,9 @@ Core and Builtins
Library
-------
+- Issue #21580: Now Tkinter correctly handles bytes arguments passed to Tk.
+ In particular this allows to initialize images from binary data.
+
- Issue #17172: Make turtledemo start as active on OS X even when run with
subprocess. Patch by Lita Cho.