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 christian.heimes
Recipients belopolsky, christian.heimes, josm, rhettinger, robertwb, zanella
Date 2008-02-24.22:14:51
SpamBayes Score 0.0056474363
Marked as misclassified No
Message-id <1203891292.25.0.300514223985.issue1533@psf.upfronthosting.co.za>
In-reply-to
Content
I'm working on the memory problem. See #2039 and #2013.

xrange is a totally different story. I'm +0 on changing xrange. Is
Python 3.0's range function compatible with xrange? If the answer is
yes, we may reuse the code for an unlimited xrange.
History
Date User Action Args
2008-02-24 22:14:52christian.heimessetspambayes_score: 0.00564744 -> 0.0056474363
recipients: + christian.heimes, rhettinger, belopolsky, josm, robertwb, zanella
2008-02-24 22:14:52christian.heimessetspambayes_score: 0.00564744 -> 0.00564744
messageid: <1203891292.25.0.300514223985.issue1533@psf.upfronthosting.co.za>
2008-02-24 22:14:51christian.heimeslinkissue1533 messages
2008-02-24 22:14:51christian.heimescreate