mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
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:
parent
3332778f35
commit
87cc0c329e
5 changed files with 19 additions and 19 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue