Raymond Hettinger <[email protected]> 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 <[email protected]> <http://bugs.python.org/issue6762> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
