Rename test_xrange.py to test_range.py and fix the

type name in various spots.
This commit is contained in:
Walter Dörwald 2007-05-21 18:01:17 +00:00
parent 03b43d8a77
commit 4ad94210d1
3 changed files with 4 additions and 7 deletions

View file

@ -7,9 +7,6 @@
extern "C" {
#endif
/* This is about the type 'xrange', not the built-in function range(), which
returns regular lists. */
/*
A range object represents an integer range. This is an immutable object;
a range cannot change its value after creation.