summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-08-22 14:42:05 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-08-22 14:42:05 (GMT)
commit254954aacdc84db2496d38bdf5c57a82ef2a3e30 (patch)
tree157781d34c14d648a0648afeb0ea95463be96a68 /Misc
parenta93bf7b9a6429a78f58661c5510e51b86fc88d78 (diff)
parent203eb317d23a1b7dcdf5ca3131df7008e251d423 (diff)
downloadcpython-254954aacdc84db2496d38bdf5c57a82ef2a3e30.zip
cpython-254954aacdc84db2496d38bdf5c57a82ef2a3e30.tar.gz
cpython-254954aacdc84db2496d38bdf5c57a82ef2a3e30.tar.bz2
Issue #16809: Tkinter's splitlist() and split() methods now accept Tcl_Obj
argument. This is needed for support Tcl/Tk 8.6.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0988f62..552ae83 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -38,6 +38,9 @@ Core and Builtins
Library
-------
+- Issue #16809: Tkinter's splitlist() and split() methods now accept Tcl_Obj
+ argument.
+
- Issue #18324: set_payload now correctly handles binary input. This also
supersedes the previous fixes for #14360, #1717, and #16564.