[issue24391] Better repr for threading objects

Brett Cannon report at bugs.python.org
Sat Jun 6 14:06:55 CEST 2015


Brett Cannon added the comment:

While I like the concept, I don't like the reprs where the type is not the first thing listed, e.g., "set Event" not having "Event" first. The default repr and typical practice of having the type come first makes my brain initially read that repr as a "set of Events" instead of "an Event that is set".

----------

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


More information about the Python-bugs-list mailing list