commit | 2ac1c1a31dbd8533b6cd3b6ea9936e4068ad0198 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Thu Aug 22 17:42:45 2013 +0300 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Thu Aug 22 17:42:45 2013 +0300 |
tree | 45feb7ac546e8da7e1a64e9408ba7613a918292c | |
parent | ac6416424bc425faa346e3cd29b94f4fc6c5b8a3 [diff] [blame] |
Issue #16809: Tkinter's splitlist() and split() methods now accept Tcl_Obj argument. This is needed for support Tcl/Tk 8.6.
diff --git a/Misc/NEWS b/Misc/NEWS index 12ad047..5739610 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -32,6 +32,9 @@ Library ------- +- Issue #16809: Tkinter's splitlist() and split() methods now accept Tcl_Obj + argument. + - Issue #17119: Fixed integer overflows when processing large Unicode strings and tuples in the tkinter module.