From 4ad94210d1b8477b0cb7a4bca2f39dc385ab21a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Walter=20D=C3=B6rwald?= Date: Mon, 21 May 2007 18:01:17 +0000 Subject: Rename test_xrange.py to test_range.py and fix the type name in various spots. --- Include/rangeobject.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'Include/rangeobject.h') diff --git a/Include/rangeobject.h b/Include/rangeobject.h index 359bcb69f5..847da80b89 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. -- cgit v1.2.1