Revert to old short_repr() and fix its double-repr problem.
It was calling repr() twice on the elements of a tuple. Fix by calling repr() explicitly on each branch of the type-test code. Add comment about how short_repr() is used.
Showing
Please register or sign in to comment