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 abarry
Recipients abarry, eric.snow, lig, r.david.murray, rhettinger, zach.ware
Date 2015-10-07.13:31:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1444224716.86.0.184421136469.issue25315@psf.upfronthosting.co.za>
In-reply-to
Content
The Python implementation will stay for two main reasons, one to provide a working implementation for all those who wish to use a modified version (you, for example, if you want to use a version that lets you alter order), and two for alternate implementations which don't have OrderedDict in the _collections module (a comment even hints at that in the source).

I fully agree on the confusing part, however. Maybe a comment could be added regarding this.
History
Date User Action Args
2015-10-07 13:31:56abarrysetrecipients: + abarry, rhettinger, r.david.murray, eric.snow, zach.ware, lig
2015-10-07 13:31:56abarrysetmessageid: <1444224716.86.0.184421136469.issue25315@psf.upfronthosting.co.za>
2015-10-07 13:31:56abarrylinkissue25315 messages
2015-10-07 13:31:56abarrycreate