Mention the Unicode version bump in What's New

This commit is contained in:
Nick Coghlan 2012-09-27 19:58:31 +10:00
parent c7e139b431
commit c4bacd3646
1 changed files with 2 additions and 0 deletions

View 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.