commit | b445558d8444199deea0e0745db6512930777bd8 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Thu Aug 22 17:53:16 2013 +0300 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Thu Aug 22 17:53:16 2013 +0300 |
tree | df867a0034314cbea656be119eb597450fb3cad4 | |
parent | 2ac1c1a31dbd8533b6cd3b6ea9936e4068ad0198 [diff] [blame] |
Issue #16809: Fixed some tkinter incompabilities with Tcl/Tk 8.6.
diff --git a/Misc/NEWS b/Misc/NEWS index 5739610..e93858a 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -32,6 +32,8 @@ 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.