Daniel Urban <urban.dani...@gmail.com> added the comment: Based on David Stanek's patch I've made a patch against the current py3k branch. The only difference is, that dict_proxy.__repr__ instead of simply returning the repr of the dict, returns approximately "dict_proxy({!r})".format(self.dict).
---------- nosy: +durban Added file: http://bugs.python.org/file19949/issue5587.diff _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue5587> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com