Whitespace normalization, plus:

+ test_quopri.py relied on significant trailing spaces.  Fixed.
+ test_dircache.py (still) doesn't work on Windows (directory mtime on
  Windows doesn't work like it does on Unix).
This commit is contained in:
Tim Peters 2001-07-21 01:41:30 +00:00
parent 3332778f35
commit 87cc0c329e
5 changed files with 19 additions and 19 deletions

View file

@ -286,7 +286,7 @@ def _optimize_unicode(charset, fixup):
else:
header.append(mapping[2*i]+256*mapping[2*i+1])
data[0:0] = header
return [(BIGCHARSET, data)]
return [(BIGCHARSET, data)]
def _simple(av):
# check if av is a "simple" operator