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)
It tests the convertion Tcl values to Python values when Tcl calls a command
implemented on Python. Currently all values are passed as strings.

1  2 
Lib/test/test_tcl.py

Simple merge