diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2013-10-12 13:36:13 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2013-10-12 13:36:13 (GMT) |
commit | 34808e2237a77d88c3f21444e57c3ae68f4d19ca (patch) | |
tree | 4c07da58924f94c691ee9a712c87b272e973dded /Doc | |
parent | f403f503781f878a25fd6129161d8c6d0ddde10a (diff) | |
download | cpython-34808e2237a77d88c3f21444e57c3ae68f4d19ca.zip cpython-34808e2237a77d88c3f21444e57c3ae68f4d19ca.tar.gz cpython-34808e2237a77d88c3f21444e57c3ae68f4d19ca.tar.bz2 |
#19221: update whatsnew entry about UCD version.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/whatsnew/3.4.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst index b2aa7d2..0e22715 100644 --- a/Doc/whatsnew/3.4.rst +++ b/Doc/whatsnew/3.4.rst @@ -168,7 +168,7 @@ Other Language Changes Some smaller changes made to the core Python language are: -* Unicode database updated to UCD version 6.2. +* Unicode database updated to UCD version 6.3. * :func:`min` and :func:`max` now accept a *default* argument that can be used to specify the value they return if the iterable they are evaluating has no |