mirror of
https://github.com/python/cpython.git
synced 2025-07-28 21:55:21 +00:00
Whitespace normalization. Ugh, we really need to do this more often.
You might want to review this change as it's my first time. Be gentle. :-)
This commit is contained in:
parent
e47c508850
commit
0d4c06e06e
38 changed files with 386 additions and 387 deletions
|
@ -29,7 +29,7 @@ def unistr(data):
|
|||
if x > sys.maxunicode:
|
||||
raise RangeError
|
||||
return u"".join([unichr(x) for x in data])
|
||||
|
||||
|
||||
class NormalizationTest(unittest.TestCase):
|
||||
def test_main(self):
|
||||
part1_data = {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue