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 ezio.melotti
Recipients ADechaume, ezio.melotti
Date 2012-10-18.09:38:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1350553116.34.0.682098217906.issue16276@psf.upfronthosting.co.za>
In-reply-to
Content
This is documented at http://docs.python.org/dev/library/collections#collections.OrderedDict:

"""The OrderedDict constructor and update() method both accept keyword arguments, but their order is lost because Python’s function call semantics pass-in keyword arguments using a regular unordered dictionary."""
History
Date User Action Args
2012-10-18 09:38:36ezio.melottisetrecipients: + ezio.melotti, ADechaume
2012-10-18 09:38:36ezio.melottisetmessageid: <1350553116.34.0.682098217906.issue16276@psf.upfronthosting.co.za>
2012-10-18 09:38:36ezio.melottilinkissue16276 messages
2012-10-18 09:38:36ezio.melotticreate