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 nnorwitz
Recipients
Date 2006-08-25.01:03:51
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=33168

I've attached a new version.  This has all the bootstrapping
necessary to import xrange and set it up properly.

The C code is still a bit sloppy.  The python version (which
is the only one used except for the xrange iterator over C
longs), is pretty clean and should work on the entire test
suite.

The python version has some additional features, at least
supporting negative indices.  It also warns on floats, not
sure if the C version does that or not.
History
Date User Action Args
2007-08-23 15:54:21adminlinkissue1546078 messages
2007-08-23 15:54:21admincreate