diff options
| author | Tim Peters <tim.peters@gmail.com> | 2006-03-10 23:39:56 +0000 |
|---|---|---|
| committer | Tim Peters <tim.peters@gmail.com> | 2006-03-10 23:39:56 +0000 |
| commit | 88ca467ca4b1f13a9fb172712cf25eeae94e3095 (patch) | |
| tree | 44ebe742dadf0f24910db700eea3efe2bbb3539e /Tools/unicode/makeunicodedata.py | |
| parent | 922dd7d49da75b07e27f917db0166f67bdbef3d3 (diff) | |
| download | cpython-git-88ca467ca4b1f13a9fb172712cf25eeae94e3095.tar.gz | |
Whitespace normalization.
Diffstat (limited to 'Tools/unicode/makeunicodedata.py')
| -rw-r--r-- | Tools/unicode/makeunicodedata.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/unicode/makeunicodedata.py b/Tools/unicode/makeunicodedata.py index c11a1cd09a..41df819451 100644 --- a/Tools/unicode/makeunicodedata.py +++ b/Tools/unicode/makeunicodedata.py @@ -666,7 +666,7 @@ def merge_old_version(version, new, old): new.changed.append((version, zip(bidir_changes, category_changes, decimal_changes, numeric_changes), normalization_changes)) - + # -------------------------------------------------------------------- # the following support code is taken from the unidb utilities |
