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 nedbat
Recipients benjamin.peterson, eric.araujo, ezio.melotti, georg.brandl, gvanrossum, ncoghlan, nedbat, r.david.murray, rhettinger, sandro.tosi, swamiyeswanth, takayuki, terry.reedy
Date 2013-03-28.12:09:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1364472541.74.0.684338143606.issue11205@psf.upfronthosting.co.za>
In-reply-to
Content
Since this is documented in the Python Language Reference, it doesn't make much sense to have it describe one way for 3.3 and another for 3.4, does it?  By definition, doesn't that make this an implementation dependency?  We should update the docs to say that pairs in dicts will be evaluated left-to-right, but that the order of key and value is implementation dependent, since it actually is.
History
Date User Action Args
2013-03-28 12:09:01nedbatsetrecipients: + nedbat, gvanrossum, georg.brandl, rhettinger, terry.reedy, ncoghlan, benjamin.peterson, ezio.melotti, eric.araujo, r.david.murray, sandro.tosi, swamiyeswanth, takayuki
2013-03-28 12:09:01nedbatsetmessageid: <1364472541.74.0.684338143606.issue11205@psf.upfronthosting.co.za>
2013-03-28 12:09:01nedbatlinkissue11205 messages
2013-03-28 12:09:01nedbatcreate