This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rhettinger
Recipients eric.smith, mintaka, rhettinger
Date 2009-08-22.22:21:49
SpamBayes Score 0.0029147
Marked as misclassified No
Message-id <1250979711.25.0.131331828334.issue6762@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2009-08-22 22:21:51rhettingersetrecipients: + rhettinger, eric.smith, mintaka
2009-08-22 22:21:51rhettingersetmessageid: <1250979711.25.0.131331828334.issue6762@psf.upfronthosting.co.za>
2009-08-22 22:21:49rhettingerlinkissue6762 messages
2009-08-22 22:21:49rhettingercreate