]> granicus.if.org Git - python/commit
Issue #18101: Tcl.split() now process strings nested in a tuple as it
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 11 Jul 2013 17:34:47 +0000 (20:34 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 11 Jul 2013 17:34:47 +0000 (20:34 +0300)
commit275d5fdbe40e172ab2bc99084178cb5f81334a54
tree06df6649374c0982d53b4811b1d63e111357ae92
parent5a33f813483325ab3e13596814c3eade6e0bb518
Issue #18101: Tcl.split() now process strings nested in a tuple as it
do with byte strings.

Added tests for Tcl.split() and Tcl.splitline().
Lib/test/test_tcl.py
Misc/NEWS
Modules/_tkinter.c