]> granicus.if.org Git - python/commit
Added test_user_command in test_tcl.
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 23 Jan 2014 07:44:05 +0000 (09:44 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 23 Jan 2014 07:44:05 +0000 (09:44 +0200)
commit4b730161fde1965796ffefdbdd5601369e5c10c2
tree604ca9aba2c11c43e5fa54d1acc0ae9a6a5dc9d3
parent94338de49b6eb67efbaae6112787f2596a16d9d6
Added test_user_command in test_tcl.

It tests the convertion Tcl values to Python values when Tcl calls a command
implemented on Python. Currently all values are passed as strings.
Lib/test/test_tcl.py