]> granicus.if.org Git - python/commit
Issue #19020: Tkinter now uses splitlist() instead of split() in configure
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 25 Dec 2013 14:35:20 +0000 (16:35 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 25 Dec 2013 14:35:20 +0000 (16:35 +0200)
commitec773cc9c3d7648d86bebb6be840daee7a97dae7
tree3e327be98f47d6efdef106d674b1725518b42c8e
parent0b6b335253949df26c369ecce35199e9dc2b86f5
Issue #19020: Tkinter now uses splitlist() instead of split() in configure
methods.
Lib/lib-tk/Tix.py
Lib/lib-tk/Tkinter.py
Lib/lib-tk/test/widget_tests.py
Misc/NEWS