[issue16179] hashlib.md5 / json inconsistency

R. David Murray report at bugs.python.org
Tue Oct 9 21:39:30 CEST 2012


R. David Murray added the comment:

The order in which elements are produced when iterating a dictionary is not fixed.  In python3.3 it is intentionally perturbed by a randomized seed at interpreter startup by default.

----------
nosy: +r.david.murray
resolution:  -> invalid
stage:  -> committed/rejected
status: open -> closed

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


More information about the Python-bugs-list mailing list