diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-08-22 14:53:06 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-08-22 14:53:06 (GMT) |
commit | e39e54d0b3433cc9f9e1d989c0edde1806b61396 (patch) | |
tree | ec757d67ec9622a03161c83844d8f59603dfd935 /Misc | |
parent | 254954aacdc84db2496d38bdf5c57a82ef2a3e30 (diff) | |
parent | 06ce077e4327e35f5a198b143d9d95a00abb782a (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |