[New-bugs-announce] [issue9840] Recursive Repr

Raymond Hettinger report at bugs.python.org
Mon Sep 13 00:13:20 CEST 2010


New submission from Raymond Hettinger <rhettinger at users.sourceforge.net>:

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.

----------
files: recursive_repr.patch
keywords: patch
messages: 116239
nosy: rhettinger
priority: normal
severity: normal
status: open
title: Recursive Repr
type: feature request
versions: Python 3.2
Added file: http://bugs.python.org/file18862/recursive_repr.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9840>
_______________________________________


More information about the New-bugs-announce mailing list