(original) (raw)
Hi,
On Thu, Jun 30, 2011 at 2:51 AM, raymond.hettinger <python-checkins@python.org> wrote:
http://hg.python.org/cpython/rev/9a0b6c07b488
changeset: 71086:9a0b6c07b488
branch: 2.7
parent: 71055:cdfcd00873cd
user: Raymond Hettinger <python@rcn.com>
date: Thu Jun 30 00:44:36 2011 +0100
summary:
Fixup repr for dict_proxy objects.
This was already fixed in a slightly different way in 3.x. Unless there's a valid reason to have two different implementations of dict\_proxy.\_\_repr\_\_ in 2.x and 3.x, I would suggest to pick the best one and use it on all the branches.
See also http://bugs.python.org/issue5587
Best Regards,
Ezio Melotti