]> 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:58 +0000 (22:47 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 6 Sep 2014 19:47:58 +0000 (22:47 +0300)
commit8f0a1d0f285536c9262d30b20f5f1becfe103309
tree53491d67a7170e85b5d9f2c22f25e00ed5834162
parentc70386ec16c373dc3c2b2778f12f1772985bd304
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/test/test_tcl.py
Lib/tkinter/__init__.py
Lib/tkinter/test/test_ttk/test_functions.py
Lib/tkinter/ttk.py
Misc/NEWS