summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2010-03-18 22:11:01 (GMT)
committerFlorent Xicluna <florent.xicluna@gmail.com>2010-03-18 22:11:01 (GMT)
commit657de43f97283d7347b90b9e91093d5cdb84f59e (patch)
treefa677820d410b264a32d534faa8eee962de72422 /Misc
parent32ca4547a4557428c3232eb3abe4a36a66546d55 (diff)
downloadcpython-657de43f97283d7347b90b9e91093d5cdb84f59e.zip
cpython-657de43f97283d7347b90b9e91093d5cdb84f59e.tar.gz
cpython-657de43f97283d7347b90b9e91093d5cdb84f59e.tar.bz2
Merged revisions 79059 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r79059 | florent.xicluna | 2010-03-18 22:50:06 +0100 (jeu, 18 mar 2010) | 2 lines Issue #8024: Update the Unicode database to 5.2 ........
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 2b73e36..01c37ce 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -283,6 +283,8 @@ C-API
Library
-------
+- Issue #8024: Update the Unicode database to 5.2.
+
- Issue #6716/2: Backslash-replace error output in compilall.
- Issue #4961: Inconsistent/wrong result of askyesno function in tkMessageBox