]> 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:36:00 +0000 (20:36 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 11 Jul 2013 17:36:00 +0000 (20:36 +0300)
commit50ae3f680b43eda435daba083a1e4b41eecc4e58
tree20d993af8eb6c7f4737e25fd6a8417c0493fec7b
parente3ed4edb94cadaef747f6032c52cd903a169883e
parent275d5fdbe40e172ab2bc99084178cb5f81334a54
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().
Misc/NEWS
Modules/_tkinter.c