Michael W. Hudson 173f11da5d Some days, I think my comment of
/* this is harder to get right than you might think */

angered some God somewhere.  After noticing

    >>> range(5000000)[slice(96360, None, 439)]
    []

I found that my cute test for the slice being empty failed due to
overflow.  Fixed, and added simple test (not the above!).
2002-11-05 15:28:51 +00:00
..
2002-08-06 22:12:52 +00:00
2002-11-05 15:28:51 +00:00
2002-10-11 05:37:59 +00:00
2002-07-17 16:30:39 +00:00