]> granicus.if.org Git - python/commitdiff
Whitespace normalization.
authorTim Peters <tim.peters@gmail.com>
Fri, 10 Mar 2006 23:39:56 +0000 (23:39 +0000)
committerTim Peters <tim.peters@gmail.com>
Fri, 10 Mar 2006 23:39:56 +0000 (23:39 +0000)
Lib/site.py
Lib/test/test_normalization.py
Tools/unicode/makeunicodedata.py

index 3fc75377b12c39696f261bce11bb5a193e562455..6818e8531f9f00586be3a44032152b3a71097781 100644 (file)
@@ -232,7 +232,7 @@ def setquit():
         eof = 'Ctrl-Z plus Return'
     else:
         eof = 'Ctrl-D (i.e. EOF)'
-    
+
     class Quitter(object):
         def __init__(self, name):
             self.name = name
index 55f1b8dba126ebbd01e41e93c5ec95c7d2fd16d9..8a361fd43ecd0591e96788a8223838889fb2d754 100644 (file)
@@ -46,10 +46,10 @@ def test_main():
         try:
             c1,c2,c3,c4,c5 = [unistr(x) for x in line.split(';')[:-1]]
         except RangeError:
-            # Skip unsupported characters; 
+            # Skip unsupported characters;
             # try atleast adding c1 if we are in part1
             if part == "@Part1":
-                try: 
+                try:
                     c1=unistr(line.split(';')[0])
                 except RangeError:
                     pass
index c11a1cd09a2d5984bd7e5b267d69a38fe44d82c9..41df819451e40ba2bad7aa832c9fddf264da2df0 100644 (file)
@@ -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