This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients larry, pitrou, rhettinger, vstinner
Date 2013-11-20.18:22:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1384971755.11.0.554895810942.issue19664@psf.upfronthosting.co.za>
In-reply-to
Content
> 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?
History
Date User Action Args
2013-11-20 18:22:35pitrousetrecipients: + pitrou, rhettinger, vstinner, larry
2013-11-20 18:22:35pitrousetmessageid: <1384971755.11.0.554895810942.issue19664@psf.upfronthosting.co.za>
2013-11-20 18:22:35pitroulinkissue19664 messages
2013-11-20 18:22:34pitroucreate