libtclpy icon indicating copy to clipboard operation
libtclpy copied to clipboard

Consider using repr instead of str as the last ditch effort on return values

Open gwlester opened this issue 6 years ago • 0 comments

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

gwlester avatar Feb 04 '18 20:02 gwlester