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 aronacher
Recipients aronacher, georg.brandl, pitrou, rhettinger
Date 2009-03-01.18:21:43
SpamBayes Score 0.068573944
Marked as misclassified No
Message-id <1235931706.0.0.688277982272.issue5397@psf.upfronthosting.co.za>
In-reply-to
Content
@Georg

> * eval()ing the repr() will not construct the dict in the same order
The alternative would be a list of dicts inside the constructor call,
but that feels ugly.  defaultdict from the same module is not evaluable
at all, so I guess it wouldn't be that much of a problem.
History
Date User Action Args
2009-03-01 18:21:46aronachersetrecipients: + aronacher, georg.brandl, rhettinger, pitrou
2009-03-01 18:21:46aronachersetmessageid: <1235931706.0.0.688277982272.issue5397@psf.upfronthosting.co.za>
2009-03-01 18:21:44aronacherlinkissue5397 messages
2009-03-01 18:21:43aronachercreate