]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #18101: Tcl.split() now process Unicode strings nested in a tuple as it
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 11 Jul 2013 17:32:48 +0000 (20:32 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 11 Jul 2013 17:32:48 +0000 (20:32 +0300)
commitfab65428d54759b6b7e5c16347ced72e1c19c017
tree8cdd7dd718942e7aca463ed57a58594fe88065e7
parentfe2e8395651beb4f8968562f6a4fc1f2a2465e1f
Issue #18101: Tcl.split() now process Unicode 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