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 belopolsky
Recipients belopolsky, loewis, rhettinger
Date 2008-02-25.14:33:07
SpamBayes Score 0.019773927
Marked as misclassified No
Message-id <1203950015.29.0.662744174325.issue1540617@psf.upfronthosting.co.za>
In-reply-to
Content
> What specific event triggered your working on this?

That was a long time ago, but IIRC, we had some code dealing with large 
files that grew up beyond 2G.  The files contained fixed-length records 
and we used xrange to iterate over record offsets. We worked around that 
problem by replacing uses of xrange with large "start"/"end" with 
nympy's arange.
History
Date User Action Args
2008-02-25 14:33:35belopolskysetspambayes_score: 0.0197739 -> 0.019773927
recipients: + belopolsky, loewis, rhettinger
2008-02-25 14:33:35belopolskysetspambayes_score: 0.0197739 -> 0.0197739
messageid: <1203950015.29.0.662744174325.issue1540617@psf.upfronthosting.co.za>
2008-02-25 14:33:08belopolskylinkissue1540617 messages
2008-02-25 14:33:07belopolskycreate