<p dir="ltr">On Apr 17, 2016 11:24 PM, "Ben Finney" <<a href="mailto:ben%2Bpython@benfinney.id.au">ben+python@benfinney.id.au</a>> wrote:<br>
><br>
> Surem, that would be a good place for it. I think that's much more<br>
> feasible than changing the behaviour of ‘repr’ for this purpose.</p>
<p dir="ltr">Huh? I never meant for any change to happen to `repr`. The desired behavior is, "Set default: Each command entered into the REPL should have limited output (without loss of capability for a newbie)." The proposal is to have the REPL determine when it's going to output too much.</p>
<p dir="ltr">My example, as originally written, `print`d the huge object. I realized that this was too specific, and I didn't *really* care about `print` as such, so I changed it to (what I thought was) a more general example. I should've just had multiple examples.</p>