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 rhettinger
Recipients rhettinger, techtonik
Date 2013-09-15.16:49:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1379263786.64.0.114161493355.issue19026@psf.upfronthosting.co.za>
In-reply-to
Content
An OrderedDict is a dict subclass and needs to accept the same inputs as dict methods.  This is a guaranteed API and not a bug.

It is not the OrderedDict's fault if you supply an unordered input.  It can't add order after the fact.
History
Date User Action Args
2013-09-15 16:49:46rhettingersetrecipients: + rhettinger, techtonik
2013-09-15 16:49:46rhettingersetmessageid: <1379263786.64.0.114161493355.issue19026@psf.upfronthosting.co.za>
2013-09-15 16:49:46rhettingerlinkissue19026 messages
2013-09-15 16:49:46rhettingercreate