Xiang Zhang added the comment:

Yes. So if we are not going to change other built-in types, maybe we'd better 
not change bytearray either. My opinion is that don't change built-in classes, 
even bytearray. If users would like a more reasonable repr, they can provide a 
custom __repr__ as your example. But make such changes to classes in 
collections sounds like a good idea to me.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue27541>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to