libtclpy
libtclpy copied to clipboard
Consider using repr instead of str as the last ditch effort on return values
Currently, the results of a py call's ends with:
- Otherwise, the str function is applied to the python object
Please consider changing to:
- Otherwise, the repr function is applied to the python object