]> granicus.if.org Git - python/commit
Issue #20368: The null character now correctly passed from Tcl to Python (in
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 3 Feb 2014 19:23:46 +0000 (21:23 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 3 Feb 2014 19:23:46 +0000 (21:23 +0200)
commitccffb25c5496b00cbe519e6d0e1038f61cdec563
tree8781afe2dc7a2377c9bef6d7c0b04baefd7a8a66
parentda0dbc004ca9867db7dc470765505ebb09b949b0
Issue #20368: The null character now correctly passed from Tcl to Python (in
unicode strings only).  Improved error handling in variables-related commands.
Lib/lib-tk/test/test_tkinter/test_variables.py
Lib/test/test_tcl.py
Misc/NEWS
Modules/_tkinter.c