diff options
author | Florent Xicluna <florent.xicluna@gmail.com> | 2010-03-18 22:11:01 (GMT) |
---|---|---|
committer | Florent Xicluna <florent.xicluna@gmail.com> | 2010-03-18 22:11:01 (GMT) |
commit | 657de43f97283d7347b90b9e91093d5cdb84f59e (patch) | |
tree | fa677820d410b264a32d534faa8eee962de72422 /Misc | |
parent | 32ca4547a4557428c3232eb3abe4a36a66546d55 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |