[issue6762] strange string representation of xrange in print

Raymond Hettinger report at bugs.python.org
Sun Aug 23 00:21:51 CEST 2009


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

I concur with Eric.  The eval(repr(obj)) should be made to work when
possible.  We do this with itertools.count() and other places where it
makes sense.

----------
nosy: +rhettinger

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


More information about the Python-bugs-list mailing list