Terry J. Reedy <tjre...@udel.edu> added the comment: > 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. ---------- nosy: +tjreedy _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue6410> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com