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 daniel.urban
Recipients BreamoreBoy, daniel.urban, dstanek, ezio.melotti, rhettinger
Date 2010-12-05.15:33:21
SpamBayes Score 0.0016953324
Marked as misclassified No
Message-id <1291563204.09.0.907861574509.issue5587@psf.upfronthosting.co.za>
In-reply-to
Content
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).
History
Date User Action Args
2010-12-05 15:33:24daniel.urbansetrecipients: + daniel.urban, rhettinger, dstanek, ezio.melotti, BreamoreBoy
2010-12-05 15:33:24daniel.urbansetmessageid: <1291563204.09.0.907861574509.issue5587@psf.upfronthosting.co.za>
2010-12-05 15:33:21daniel.urbanlinkissue5587 messages
2010-12-05 15:33:21daniel.urbancreate