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 python-dev
Recipients benjamin.peterson, eric.araujo, eric.snow, ezio.melotti, georg.brandl, gvanrossum, ncoghlan, nedbat, python-dev, r.david.murray, rhettinger, sandro.tosi, sdougherty, swamiyeswanth, takayuki, terry.reedy
Date 2015-05-28.19:31:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20150528193124.18171.6739@psf.io>
In-reply-to
Content
New changeset 6f05f83c7010 by Benjamin Peterson in branch '3.5':
in dict displays, evaluate the key before the value (closes #11205)
https://hg.python.org/cpython/rev/6f05f83c7010

New changeset ba9e4df5368c by Benjamin Peterson in branch 'default':
merge 3.5 (#11205)
https://hg.python.org/cpython/rev/ba9e4df5368c
History
Date User Action Args
2015-05-28 19:31:28python-devsetrecipients: + python-dev, gvanrossum, georg.brandl, rhettinger, terry.reedy, ncoghlan, nedbat, benjamin.peterson, ezio.melotti, eric.araujo, r.david.murray, sandro.tosi, swamiyeswanth, takayuki, eric.snow, sdougherty
2015-05-28 19:31:27python-devlinkissue11205 messages
2015-05-28 19:31:27python-devcreate