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 zach.ware
Recipients abarry, zach.ware
Date 2015-07-08.18:37:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1436380642.55.0.338038779453.issue24593@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not sure I follow what you think is wrong. Are you expecting there to be no OrderedDict in Lib/collections/__init__.py?  That's an incorrect expectation; even though there is now a C implementation of OrderedDict, the Python implementation will be kept forever for the benefit of other implementations of Python (so they don't have to reimplement OrderedDict unless they want to).
History
Date User Action Args
2015-07-08 18:37:22zach.waresetrecipients: + zach.ware, abarry
2015-07-08 18:37:22zach.waresetmessageid: <1436380642.55.0.338038779453.issue24593@psf.upfronthosting.co.za>
2015-07-08 18:37:22zach.warelinkissue24593 messages
2015-07-08 18:37:22zach.warecreate