[issue2610] string representation of range and dictionary views

Raymond Hettinger report at bugs.python.org
Tue Jun 17 10:12:47 CEST 2008


Raymond Hettinger <rhettinger at users.sourceforge.net> added the comment:

I'm also -1 on the patch and think it is the wrong solution.  

Efforts should probably be directed at hooking the output of the 
interactive interpreter.  We already have code that suppresses None 
return values and assigns results to "_".  That same code can also add 
custom interactive reporting for a few, known iterators.

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


More information about the Python-bugs-list mailing list