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 terry.reedy
Recipients QuantumTim, alexandre.vassalotti, benjamin.peterson, exarkun, ezio.melotti, hotdog003, loewis, rhettinger, terry.reedy
Date 2009-07-10.21:01:31
SpamBayes Score 0.00027066638
Marked as misclassified No
Message-id <1247259693.46.0.559853356899.issue6410@psf.upfronthosting.co.za>
In-reply-to
Content
> what would be the result of {"a": 1, "b": 2} + {"a": 2, "b": 1}?
> Should it be {"a": 1, "b": 2} or {"a": 2, "b": 1}?

or {"a":[1,2], "b":[1,2]}
As I remember, Guido rejected because of this ambiguity.
History
Date User Action Args
2009-07-10 21:01:34terry.reedysetrecipients: + terry.reedy, loewis, rhettinger, exarkun, alexandre.vassalotti, QuantumTim, benjamin.peterson, ezio.melotti, hotdog003
2009-07-10 21:01:33terry.reedysetmessageid: <1247259693.46.0.559853356899.issue6410@psf.upfronthosting.co.za>
2009-07-10 21:01:32terry.reedylinkissue6410 messages
2009-07-10 21:01:32terry.reedycreate