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 <[email protected]>
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: <[email protected]>
2010-09-12 22:13:18rhettingerlinkissue9840 messages
2010-09-12 22:13:18rhettingercreate