]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
repr(range(10)) now returns 'range(0, 10)' for clarity.
authorWalter Dörwald <walter@livinglogic.de>
Mon, 21 May 2007 10:43:34 +0000 (10:43 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Mon, 21 May 2007 10:43:34 +0000 (10:43 +0000)
commit03b43d8a77f188f836262c201160a7ba9f2174bc
tree27d2e42a7b34460be505b79fb9dee0d381153ad7
parentc2f6a58ffd2c65da240a99e050eb4ffae1555a56
repr(range(10)) now returns 'range(0, 10)' for clarity.
Lib/test/test_xrange.py
Objects/rangeobject.c