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 rhettinger
Recipients rhettinger
Date 2010-09-12.22:13:16
SpamBayes Score 0.0001721531
Marked as misclassified No
Message-id <1284329600.42.0.558454209322.issue9840@psf.upfronthosting.co.za>
In-reply-to
Content
Add a recursive_repr() decorator to provide a solution to the problem of creating a container __repr__ method that doesn't fail for recursive calls.
History
Date User Action Args
2010-09-12 22:13:22rhettingersetrecipients: + rhettinger
2010-09-12 22:13:20rhettingersetmessageid: <1284329600.42.0.558454209322.issue9840@psf.upfronthosting.co.za>
2010-09-12 22:13:18rhettingerlinkissue9840 messages
2010-09-12 22:13:18rhettingercreate