diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-08-22 14:42:05 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-08-22 14:42:05 (GMT) |
commit | 254954aacdc84db2496d38bdf5c57a82ef2a3e30 (patch) | |
tree | 157781d34c14d648a0648afeb0ea95463be96a68 /Misc | |
parent | a93bf7b9a6429a78f58661c5510e51b86fc88d78 (diff) | |
parent | 203eb317d23a1b7dcdf5ca3131df7008e251d423 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |