diff options
author | Nick Coghlan <ncoghlan@gmail.com> | 2012-09-27 19:58:31 +1000 |
---|---|---|
committer | Nick Coghlan <ncoghlan@gmail.com> | 2012-09-27 19:58:31 +1000 |
commit | c4bacd364651721206594f24833becd1e3217832 (patch) | |
tree | a4261de738fc72fc7f545b4b6064d23a0824dbf8 | |
parent | c7e139b431b0180d6be9b9d5bfe45b37ea01a14a (diff) | |
download | cpython-git-c4bacd364651721206594f24833becd1e3217832.tar.gz |
Mention the Unicode version bump in What's New
-rw-r--r-- | Doc/whatsnew/3.3.rst | 2 |
1 files changed, 2 insertions, 0 deletions
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. |