diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2006-03-11 12:43:44 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2006-03-11 12:43:44 (GMT) |
commit | 43179c8e6fa2679e17da2eeab36cdc6d91560477 (patch) | |
tree | 82e0b07ab65265144aa65b95cfd800e61bc43a26 /Tools | |
parent | c3509129900e5446598569cc8c7e78e928000831 (diff) | |
download | cpython-43179c8e6fa2679e17da2eeab36cdc6d91560477.zip cpython-43179c8e6fa2679e17da2eeab36cdc6d91560477.tar.gz cpython-43179c8e6fa2679e17da2eeab36cdc6d91560477.tar.bz2 |
Add changelog entry.
Diffstat (limited to 'Tools')
-rw-r--r-- | Tools/unicode/makeunicodedata.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/unicode/makeunicodedata.py b/Tools/unicode/makeunicodedata.py index 41df819..9de6904 100644 --- a/Tools/unicode/makeunicodedata.py +++ b/Tools/unicode/makeunicodedata.py @@ -19,6 +19,7 @@ # 2002-11-24 mvl expand all ranges, sort names version-independently # 2002-11-25 mvl add UNIDATA_VERSION # 2004-05-29 perky add east asian width information +# 2006-03-10 mvl update to Unicode 4.1; add UCD 3.2 delta # # written by Fredrik Lundh (fredrik@pythonware.com) # |