]> granicus.if.org Git - python/commit
Issue 2690: Add support for slicing and negative indices to range objects (includes...
authorNick Coghlan <ncoghlan@gmail.com>
Fri, 3 Dec 2010 14:26:13 +0000 (14:26 +0000)
committerNick Coghlan <ncoghlan@gmail.com>
Fri, 3 Dec 2010 14:26:13 +0000 (14:26 +0000)
commit37ee850b1073f3b8e85855ed02d5dc3d11c5fe62
treef8ec863a8239f5a298951f529ed2b18cdccdc0aa
parentfad058f0caca689fffad29617d0858caa13291ad
Issue 2690: Add support for slicing and negative indices to range objects (includes precalculation and storage of the range length).

Refer to the tracker issue for the language moratorium implications of this change
Doc/library/functions.rst
Doc/whatsnew/3.2.rst
Lib/test/test_range.py
Lib/test/test_sys.py
Misc/NEWS
Objects/rangeobject.c