summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/3.3.rst
diff options
context:
space:
mode:
authorMark Dickinson <mdickinson@enthought.com>2011-10-23 18:53:01 (GMT)
committerMark Dickinson <mdickinson@enthought.com>2011-10-23 18:53:01 (GMT)
commit36645681c8ad9a30d142f1dabb44d1d6c3ed5fab (patch)
treeb98250ba008c4e858e44563e12f232d5ccfb8dd9 /Doc/whatsnew/3.3.rst
parenta2a2e480f335b8758a159ea72ab0067127d1d303 (diff)
downloadcpython-36645681c8ad9a30d142f1dabb44d1d6c3ed5fab.zip
cpython-36645681c8ad9a30d142f1dabb44d1d6c3ed5fab.tar.gz
cpython-36645681c8ad9a30d142f1dabb44d1d6c3ed5fab.tar.bz2
Issue #13201: equality for range objects is now based on equality of the underlying sequences. Thanks Sven Marnach for the patch.
Diffstat (limited to 'Doc/whatsnew/3.3.rst')
-rw-r--r--Doc/whatsnew/3.3.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst
index d08ee62..95a5583 100644
--- a/Doc/whatsnew/3.3.rst
+++ b/Doc/whatsnew/3.3.rst
@@ -186,6 +186,12 @@ and :func:`unicodedata.lookup()` resolves named sequences too.
(Contributed by Ezio Melotti in :issue:`12753`)
+Equality comparisons on :func:`range` objects now return a result reflecting
+the equality of the underlying sequences generated by those range objects.
+
+(:issue:`13021`)
+
+
New, Improved, and Deprecated Modules
=====================================