[Python-Dev] [Python-checkins] cpython (2.7): Fixup repr for dict_proxy objects.
Ezio Melotti
ezio.melotti at gmail.com
Thu Jun 30 03:14:20 CEST 2011
Hi,
On Thu, Jun 30, 2011 at 2:51 AM, raymond.hettinger <
python-checkins at python.org> wrote:
> http://hg.python.org/cpython/rev/9a0b6c07b488
> changeset: 71086:9a0b6c07b488
> branch: 2.7
> parent: 71055:cdfcd00873cd
> user: Raymond Hettinger <python at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-dev/attachments/20110630/6389f308/attachment.html>
More information about the Python-Dev
mailing list