]> granicus.if.org Git - python/commitdiff
Mention the Unicode version bump in What's New
authorNick Coghlan <ncoghlan@gmail.com>
Thu, 27 Sep 2012 09:58:31 +0000 (19:58 +1000)
committerNick Coghlan <ncoghlan@gmail.com>
Thu, 27 Sep 2012 09:58:31 +0000 (19:58 +1000)
Doc/whatsnew/3.3.rst

index 97672378428ebc5ea48d827495beff7104ac3fa4..385ef6e5121f52649d55f3cf27898d6da7b441e9 100644 (file)
@@ -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.