]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #16809: Tkinter's splitlist() and split() methods now accept Tcl_Obj
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 22 Aug 2013 14:40:31 +0000 (17:40 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 22 Aug 2013 14:40:31 +0000 (17:40 +0300)
commit203eb317d23a1b7dcdf5ca3131df7008e251d423
treed3ac6f9673674c94664e3c9bae9b5e2ab58c5f73
parent1852b30c50775a2cf36476e12e06e017d076427f
Issue #16809: Tkinter's splitlist() and split() methods now accept Tcl_Obj
argument.

This is needed for support Tcl/Tk 8.6.
Lib/test/test_tcl.py
Misc/NEWS
Modules/_tkinter.c