mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
Rename test_xrange.py to test_range.py and fix the
type name in various spots.
This commit is contained in:
parent
03b43d8a77
commit
4ad94210d1
3 changed files with 4 additions and 7 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue