[issue16288] TextTestResult uses TestCase.__str__() which isn't customisable (vs id() or shortDescription())

R. David Murray report at bugs.python.org
Sat Oct 20 16:35:40 CEST 2012


R. David Murray added the comment:

The special handling of special methods is baked into the attribute lookup machinery.  The discussion of this is in the language reference somewhere, as is the explanation of what descriptors are and how they work.

----------
type:  -> enhancement

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16288>
_______________________________________


More information about the Python-bugs-list mailing list