[Python-checkins] cpython: Mention the Unicode version bump in What's New

nick.coghlan python-checkins at python.org
Thu Sep 27 11:58:47 CEST 2012


http://hg.python.org/cpython/rev/62db840fd237
changeset:   79196:62db840fd237
user:        Nick Coghlan <ncoghlan at gmail.com>
date:        Thu Sep 27 19:58:31 2012 +1000
summary:
  Mention the Unicode version bump in What's New

files:
  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
--- a/Doc/whatsnew/3.3.rst
+++ b/Doc/whatsnew/3.3.rst
@@ -850,6 +850,8 @@
 
   (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.
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list