Define __str__ as an alias for __repr__. Otherwise __str__ will get
the socket's __str__ due to a __getattr__ method in asyncore's dispatcher base class that everybody hates but nobody dares take away.
Showing
Please register or sign in to comment