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 techtonik
Recipients rhettinger, techtonik
Date 2013-09-15.17:20:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1379265613.39.0.483651755754.issue19026@psf.upfronthosting.co.za>
In-reply-to
Content
I don't know if it is bug or feature. There are probably cases when order is not important and OrderedDict is used, but I don't remember any.

Too bad Python doesn't have first class ordered mapping type, so that it could report error if unordered arguments are supplied (such as dict or **kwargs).

tag:wart
History
Date User Action Args
2013-09-15 17:20:13techtoniksetrecipients: + techtonik, rhettinger
2013-09-15 17:20:13techtoniksetmessageid: <1379265613.39.0.483651755754.issue19026@psf.upfronthosting.co.za>
2013-09-15 17:20:13techtoniklinkissue19026 messages
2013-09-15 17:20:13techtonikcreate