]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #13201: equality for range objects is now based on equality of the underlying...
authorMark Dickinson <mdickinson@enthought.com>
Sun, 23 Oct 2011 18:53:01 +0000 (19:53 +0100)
committerMark Dickinson <mdickinson@enthought.com>
Sun, 23 Oct 2011 18:53:01 +0000 (19:53 +0100)
commit36645681c8ad9a30d142f1dabb44d1d6c3ed5fab
treeb98250ba008c4e858e44563e12f232d5ccfb8dd9
parenta2a2e480f335b8758a159ea72ab0067127d1d303
Issue #13201: equality for range objects is now based on equality of the underlying sequences.  Thanks Sven Marnach for the patch.
Doc/library/functions.rst
Doc/whatsnew/3.3.rst
Lib/test/test_hash.py
Lib/test/test_range.py
Misc/ACKS
Misc/NEWS
Objects/rangeobject.c