[Python-ideas] Unambiguous repr for recursive objects
Serhiy Storchaka
storchaka at gmail.com
Sat Dec 26 10:04:43 EST 2015
On 26.12.15 13:08, Nick Coghlan wrote:
> So +1 from me for switching to "<...>" in 3.6+ to make the default
> recursive repr for containers an invalid expression again, but only +0
> for using the full object.__repr__ - the extra precision in the more
> complex case hurts readability in the typical case, without really
> improving readability in the complex cases that would be the intended
> beneficiaries.
http://bugs.python.org/issue25956
More information about the Python-ideas
mailing list