commit | 480f1bb67ba8d2857d87921391df278c5569774c | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Thu Mar 09 23:38:20 2006 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Thu Mar 09 23:38:20 2006 +0000 |
tree | 16370e5215e51cb589a2f07b93a2105c851ce956 | |
parent | e2b4677253a809228b16a2c48b6169e1ae576f55 [diff] [blame] |
Update Unicode database to Unicode 4.1.
diff --git a/Lib/stringprep.py b/Lib/stringprep.py index f997a67..225aedb 100644 --- a/Lib/stringprep.py +++ b/Lib/stringprep.py
@@ -5,7 +5,7 @@ and mappings, for which a mapping function is provided. """ -import unicodedata +from unicodedata import db_3_2_0 as unicodedata assert unicodedata.unidata_version == '3.2.0'