bpo-36793: Remove unneeded __str__ definitions. (GH-13081)
Classes that define __str__ the same as __repr__ can just inherit it from object.
Showing
Please register or sign in to comment
Classes that define __str__ the same as __repr__ can just inherit it from object.