]> granicus.if.org Git - python/commit
Issue #22226: Added private function _splitdict() in the Tkinter module.
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 6 Sep 2014 19:47:02 +0000 (22:47 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 6 Sep 2014 19:47:02 +0000 (22:47 +0300)
commitceaf6827e2c196512184ec9212b356d7ac0d6224
treee9523a41f9e14db1f2bd3dfe755925866973188a
parent9bc3d980e9d684df283ba91682b5a49c712e280a
Issue #22226: Added private function _splitdict() in the Tkinter module.

First letter no longer is stripped from the "status" key in
the result of Treeview.heading().
Lib/lib-tk/Tkinter.py
Lib/lib-tk/test/test_ttk/test_functions.py
Lib/lib-tk/ttk.py
Lib/test/test_tcl.py
Misc/NEWS