Whitespace normalization.

This commit is contained in:
Tim Peters 2002-05-23 15:15:30 +00:00
parent f655328483
commit 8ac1495a6a
20 changed files with 100 additions and 101 deletions

View file

@ -113,7 +113,7 @@ else:
# Verify the treatment of Unicode strings
if have_unicode:
verify(binascii.hexlify(unicode('a', 'ascii')) == '61',
verify(binascii.hexlify(unicode('a', 'ascii')) == '61',
"hexlify failed for Unicode")
# A test for SF bug 534347 (segfaults without the proper fix)