Re: [Python-Dev] [Python-checkins] cpython (2.7): Fixup repr for dict_proxy objects.

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

On Jun 30, 2011, at 2:14 AM, Ezio Melotti wrote:
Hi,
On Thu, Jun 30, 2011 at 2:51 AM, raymond.hettinger <python-checkins@python.org> wrote: Fixup repr for dict_proxy objects.
This was already fixed in a slightly different way in 3.x.
The %R formatting code is not available in 2.x Raymond
participants (2)
-
Ezio Melotti
-
Raymond Hettinger