summaryrefslogtreecommitdiffstats
path: root/Tools/unicode/makeunicodedata.py
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2010-03-19 13:37:08 (GMT)
committerFlorent Xicluna <florent.xicluna@gmail.com>2010-03-19 13:37:08 (GMT)
commitfaa663f03dfeb11274f6edd787e2ec1f73623308 (patch)
tree1890e324edafe90c42cce8b782d37e288666c3af /Tools/unicode/makeunicodedata.py
parent431065247a3ef0051d30d90ba4910f14303b401c (diff)
downloadcpython-faa663f03dfeb11274f6edd787e2ec1f73623308.zip
cpython-faa663f03dfeb11274f6edd787e2ec1f73623308.tar.gz
cpython-faa663f03dfeb11274f6edd787e2ec1f73623308.tar.bz2
Fixed a failure in test_bigmem.
Merged revision 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 'Tools/unicode/makeunicodedata.py')
-rw-r--r--Tools/unicode/makeunicodedata.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/unicode/makeunicodedata.py b/Tools/unicode/makeunicodedata.py
index 454e435..040ac89 100644
--- a/Tools/unicode/makeunicodedata.py
+++ b/Tools/unicode/makeunicodedata.py
@@ -31,7 +31,7 @@ SCRIPT = sys.argv[0]
VERSION = "2.6"
# The Unicode Database
-UNIDATA_VERSION = "5.1.0"
+UNIDATA_VERSION = "5.2.0"
UNICODE_DATA = "UnicodeData%s.txt"
COMPOSITION_EXCLUSIONS = "CompositionExclusions%s.txt"
EASTASIAN_WIDTH = "EastAsianWidth%s.txt"