summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorWalter Dörwald <walter@livinglogic.de>2007-05-21 18:01:17 (GMT)
committerWalter Dörwald <walter@livinglogic.de>2007-05-21 18:01:17 (GMT)
commit4ad94210d1b8477b0cb7a4bca2f39dc385ab21a2 (patch)
tree6b7e2ff6bde963728e900c62a411c7a06a7e3a01 /Include
parent03b43d8a77f188f836262c201160a7ba9f2174bc (diff)
downloadcpython-4ad94210d1b8477b0cb7a4bca2f39dc385ab21a2.zip
cpython-4ad94210d1b8477b0cb7a4bca2f39dc385ab21a2.tar.gz
cpython-4ad94210d1b8477b0cb7a4bca2f39dc385ab21a2.tar.bz2
Rename test_xrange.py to test_range.py and fix the
type name in various spots.
Diffstat (limited to 'Include')
-rw-r--r--Include/rangeobject.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Include/rangeobject.h b/Include/rangeobject.h
index 359bcb6..847da80 100644
--- a/Include/rangeobject.h
+++ b/Include/rangeobject.h
@@ -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.