summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-08-22 14:53:06 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-08-22 14:53:06 (GMT)
commite39e54d0b3433cc9f9e1d989c0edde1806b61396 (patch)
treeec757d67ec9622a03161c83844d8f59603dfd935 /Misc
parent254954aacdc84db2496d38bdf5c57a82ef2a3e30 (diff)
parent06ce077e4327e35f5a198b143d9d95a00abb782a (diff)
downloadcpython-e39e54d0b3433cc9f9e1d989c0edde1806b61396.zip
cpython-e39e54d0b3433cc9f9e1d989c0edde1806b61396.tar.gz
cpython-e39e54d0b3433cc9f9e1d989c0edde1806b61396.tar.bz2
Issue #16809: Fixed some tkinter incompabilities with Tcl/Tk 8.6.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 552ae83..7b62d16 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -38,6 +38,8 @@ Core and Builtins
Library
-------
+- Issue #16809: Fixed some tkinter incompabilities with Tcl/Tk 8.6.
+
- Issue #16809: Tkinter's splitlist() and split() methods now accept Tcl_Obj
argument.