summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2013-10-10 21:24:45 (GMT)
committerBenjamin Peterson <benjamin@python.org>2013-10-10 21:24:45 (GMT)
commit94d08d908bf2ee9806d0d3a7fb530d4f3b25cc00 (patch)
tree8ffa9f52c6a1aac7026e41ae408ac4cfaa52965b /Misc
parent78d692f98e395f3fc4ec2f53343a67bb1d0e94c5 (diff)
downloadcpython-94d08d908bf2ee9806d0d3a7fb530d4f3b25cc00.zip
cpython-94d08d908bf2ee9806d0d3a7fb530d4f3b25cc00.tar.gz
cpython-94d08d908bf2ee9806d0d3a7fb530d4f3b25cc00.tar.bz2
upgrade unicode db to 6.3.0 (closes #19221)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ab9cea7..279a5eb 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,8 @@ Projected release date: 2013-10-20
Core and Builtins
-----------------
+- Issue #19221: Upgrade Unicode database to version 6.3.0.
+
- Issue #16742: The result of the C callback PyOS_ReadlineFunctionPointer must
now be a string allocated by PyMem_RawMalloc() or PyMem_RawRealloc() (or NULL
if an error occurred), instead of a string allocated by PyMem_Malloc() or