[issue19664] UserDict test assumes ordered dict repr

Antoine Pitrou report at bugs.python.org
Wed Nov 20 19:22:35 CET 2013


Antoine Pitrou added the comment:

> I realize this code is ancient--but it seems to rely on repr of a dict 
> producing consistent output, which is silly

Well, it sounds a bit weird to me... If you're building the dict always in the same way, intuitively it should always produce the same repr() during the same interpreter session. Do you know why it doesn't?

----------
nosy: +pitrou

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


More information about the Python-bugs-list mailing list