diff options
author | Tim Peters <tim.peters@gmail.com> | 2002-05-23 15:15:30 +0000 |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2002-05-23 15:15:30 +0000 |
commit | 8ac1495a6a1d18111a626cec0c7f2eb67df3edb3 (patch) | |
tree | 2d91993770d3a5b3f3668857983d9bf75276b14f /Lib/test/test_binascii.py | |
parent | f655328483b2e237cc2f71c1c308eceb2f30f6fd (diff) | |
download | cpython-git-8ac1495a6a1d18111a626cec0c7f2eb67df3edb3.tar.gz |
Whitespace normalization.
Diffstat (limited to 'Lib/test/test_binascii.py')
-rwxr-xr-x | Lib/test/test_binascii.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_binascii.py b/Lib/test/test_binascii.py index d4a905a24c..2c59160128 100755 --- a/Lib/test/test_binascii.py +++ b/Lib/test/test_binascii.py @@ -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) |