From: Nick Coghlan Date: Thu, 27 Sep 2012 09:58:31 +0000 (+1000) Subject: Mention the Unicode version bump in What's New X-Git-Tag: v3.3.1rc1~818^2^2~18 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c4bacd364651721206594f24833becd1e3217832;p=python Mention the Unicode version bump in What's New --- diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst index 9767237842..385ef6e512 100644 --- a/Doc/whatsnew/3.3.rst +++ b/Doc/whatsnew/3.3.rst @@ -850,6 +850,8 @@ Some smaller changes made to the core Python language are: (Contributed by Ezio Melotti in :issue:`12753`) +* Unicode database updated to UCD version 6.1.0 + * Equality comparisons on :func:`range` objects now return a result reflecting the equality of the underlying sequences generated by those range objects.