[Python-checkins] r79065 - python/branches/py3k/Tools/unicode/makeunicodedata.py

florent.xicluna python-checkins at python.org
Thu Mar 18 23:19:01 CET 2010


Author: florent.xicluna
Date: Thu Mar 18 23:19:01 2010
New Revision: 79065

Log:
Missing update from previous changeset r79062.


Modified:
   python/branches/py3k/Tools/unicode/makeunicodedata.py

Modified: python/branches/py3k/Tools/unicode/makeunicodedata.py
==============================================================================
--- python/branches/py3k/Tools/unicode/makeunicodedata.py	(original)
+++ python/branches/py3k/Tools/unicode/makeunicodedata.py	Thu Mar 18 23:19:01 2010
@@ -31,7 +31,7 @@
 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"


More information about the Python-checkins mailing list