Tarek Ziadé <[EMAIL PROTECTED]> added the comment: This is not a bug: dict do not guarantee the ordering of the keys, so it may change on every run.
A good practice is to test a sorted .items() output of your dict in your doctest. ---------- nosy: +tarek _______________________________________ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue3332> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com