]> granicus.if.org Git - python/commit
Added test_user_command in test_tcl.
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 23 Jan 2014 07:49:42 +0000 (09:49 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 23 Jan 2014 07:49:42 +0000 (09:49 +0200)
commitd869a0b132308e600534cc56d6e11f63e0c85eda
tree9b571c1bdab368ceb1b251917c78598eed3b0942
parent8860443749295acbeecb074be8460113fc478468
parent4b730161fde1965796ffefdbdd5601369e5c10c2
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