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 eric.snow
Recipients alex, asvetlov, benjamin.peterson, eric.snow, ezio.melotti, rhettinger, serhiy.storchaka
Date 2013-01-26.17:19:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1359220759.07.0.0917666786009.issue16991@psf.upfronthosting.co.za>
In-reply-to
Content
> What's the reason for moving the OrderedDict tests in a separate file?

Following the precedent of collections.deque and collections.defaultdict:

* a big chunk of code
* the default implementation will be coming via _collections.
History
Date User Action Args
2013-01-26 17:19:19eric.snowsetrecipients: + eric.snow, rhettinger, benjamin.peterson, ezio.melotti, alex, asvetlov, serhiy.storchaka
2013-01-26 17:19:19eric.snowsetmessageid: <1359220759.07.0.0917666786009.issue16991@psf.upfronthosting.co.za>
2013-01-26 17:19:19eric.snowlinkissue16991 messages
2013-01-26 17:19:18eric.snowcreate